From 6ac87bee38950cf502f000aa9060f4d586d0bfe0 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Wed, 16 Dec 2015 12:08:17 +0200 Subject: Added extra metadata to package.json --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2dd2def..d313d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "south-african-id-parser", - "version": "1.0.0", + "version": "0.0.1", "description": "A library for parsing and validating South African ID Numbers. In South Africa, all residents are assigned an ID Number. From this number, you can derive some information, like ther person's date of birth and their sex. The number also includes a check digit, that you can use to check that it has been captured correctly.", "main": "index.js", "scripts": { @@ -10,9 +10,17 @@ "South Africa", "ID Number" ], - "author": "Justin Worthe ", + "author": { + "name": "Justin Worthe", + "email" : "justin.worthe@gmail.com", + "url" : "http://worthe-it.co.za" + }, + "repository": { + "type": "git", + "url": "https://github.com/JWorthe/south-african-id-parser.git" + }, "license": "ISC", - "dependencies": { + "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4" } -- cgit v1.2.3