summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited 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"
}