UNPKG

za-id

Version:

A small package to help validate South African ID numbers

36 lines (35 loc) 840 B
{ "name": "za-id", "version": "2.2.0", "description": "A small package to help validate South African ID numbers", "main": "build/index.js", "scripts": { "build": "tsc", "test": "tsc && jasmine ./test.js" }, "repository": { "type": "git", "url": "git+https://github.com/Thorocaine/za-id.js.git" }, "keywords": [ "South", "Africa", "ID", "Number" ], "author": "Jonathan Peel <me@jonathanpeel.co.za> (http://www.jonathanpeel.co.za)", "license": "ISC", "bugs": { "url": "https://github.com/Thorocaine/za-id.js/issues" }, "homepage": "https://github.com/Thorocaine/za-id.js#readme", "devDependencies": { "@types/jasmine": "^3.3.13", "@types/moment": "^2.13.0", "jasmine": "^3.4.0", "typescript": "^3.5.3" }, "dependencies": { "moment": "^2.24.0" } }