summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-12-16 12:08:17 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-12-16 12:08:17 +0200
commit6ac87bee38950cf502f000aa9060f4d586d0bfe0 (patch)
tree3df583b345fcfeccc4b15d9342a8d4dacc4675b5
parent2f75c9444c608f6a157f8141ec10201a3d96e362 (diff)
Added extra metadata to package.json
-rw-r--r--package.json14
1 files 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 <justin.worthe@gmail.com>",
+ "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"
}