diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-08 18:32:35 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-08 18:32:35 (EST) |
commit | ab415b86b56d7dca2b31e82e0e1b9c0a884b8b21 (patch) | |
tree | 46bfa00a2e64b48ce5f0ddb16bd52341b8c3bc20 | |
parent | 7e76a86a522f434e26cecd676fd5c05d403fad80 (diff) | |
download | decmath.js-ab415b86b56d7dca2b31e82e0e1b9c0a884b8b21.zip decmath.js-ab415b86b56d7dca2b31e82e0e1b9c0a884b8b21.tar.gz decmath.js-ab415b86b56d7dca2b31e82e0e1b9c0a884b8b21.tar.bz2 |
package.json: Fill in and rearrange fields
-rw-r--r-- | package.json | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/package.json b/package.json index 292eda5..9896db7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,30 @@ { "name": "decmath", "version": "0.1.0", - "description": "Fast and light decimal arithmetic", - "homepage": "", + "description": "Fast and light decimal math", + "keywords": [ + "decimal", + "money", + "currency", + "arithmetic", + "math" + ], + "maintainers": [ + { + "name": "Patrick McDermott", + "email": "pj@pehjota.net", + "url": "http://www.pehjota.net/" + } + ], + "homepage": "http://www.pehjota.net/projects/decmath/", "bugs": { - "email": "" + "email": "pj@pehjota.net" }, "license": "GPL-3.0+", "author": { "name": "Patrick McDermott", - "email": "", - "url": "" + "email": "pj@pehjota.net", + "url": "http://www.pehjota.net/" }, "files": [ "Makefile", @@ -24,19 +38,12 @@ "main": "lib/decmath.js", "repository": { "type": "git", - "url": "" + "url": "git://git.pehjota.net/decmath/decmath.js.git" }, "scripts": { "test": "make test" }, "devDependencies": { "mocha": ">=0.0.1" - }, - "keywords": [ - "decimal", - "money", - "currency", - "arithmetic", - "math" - ] + } } |