From ab415b86b56d7dca2b31e82e0e1b9c0a884b8b21 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Jan 2017 18:32:35 -0500 Subject: package.json: Fill in and rearrange fields --- 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" - ] + } } -- cgit v0.9.1