ird-nz
Version:
Checksum validator for New Zealand's IRD/GST number.
28 lines (27 loc) • 582 B
JSON
{
"name": "ird-nz",
"description": "Checksum validator for New Zealand's IRD/GST number.",
"keywords": [
"ird",
"gst",
"validator",
"new zealand"
],
"version": "0.0.1",
"author": "Tomek Kolasa <tomek@kolasa.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ognus/ird-nz"
},
"main": "./irdnz.js",
"engines": {
"node": "*"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-simple-mocha": "latest",
"chai": "latest"
}
}