{ "name": "south-african-id-parser", "version": "0.1.0", "description": "A library for parsing and validating South African ID Numbers.", "main": "south-african-id-parser.js", "scripts": { "test": "mocha" }, "keywords": [ "South Africa", "ID Number" ], "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", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4" } }