Skip to content

Commit

Permalink
Update package.json: Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermsmeier committed May 29, 2016
1 parent 948afd6 commit f1d5fe5
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
{
"name": "tle",
"version": "0.1.1",
"description": "Two-line element set (TLE) data format",
"author": {
"name": "Jonas Hermsmeier",
"email": "[email protected]"
},
"main": "lib/tle",
"scripts": {
"test": "node node_modules/.bin/mocha"
},
"version": "1.0.0",
"description": "Two-line element set (TLE) data format parser",
"author": "Jonas Hermsmeier <[email protected]> (https://jhermsmeier.de/)",
"license": "MIT",
"keywords": [
"tle",
"orbit",
"orbital",
"nasa",
"parser",
"format",
"sgp",
"sdp",
"norad",
"space"
],
"main": "lib/tle.js",
"dependencies": {},
"devDependencies": {
"mocha": ""
"mocha": "~2.5.3"
},
"homepage": "https://github.com/jhermsmeier/node-tle",
"repository": {
"type": "git",
"url": "https://github.com/jhermsmeier/node-tle.git"
"url": "git+https://github.com/jhermsmeier/node-tle.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/node-tle/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
}
}

0 comments on commit f1d5fe5

Please sign in to comment.