From f40fb252a30d78740e5fbdb246e05cd8ff4f888b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 13 Dec 2015 20:58:37 +0200 Subject: Initial commit --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json (limited to 'package.json') 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 ", + "license": "ISC" +} -- cgit v1.2.3