summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-12-13 20:58:37 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-12-13 20:58:37 +0200
commitf40fb252a30d78740e5fbdb246e05cd8ff4f888b (patch)
treef3238e3a014e8b992d369e250c1225e0d3579475 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..35fea77
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "south-african-id-parser",
+ "version": "1.0.0",
+ "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": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [
+ "South",
+ "Africa",
+ "ID",
+ "Number"
+ ],
+ "author": "Justin Worthe <justin.worthe@gmail.com>",
+ "license": "ISC"
+}