identification-numbers
Version:
Provides utility methods to validate and generate various identification numbers such as NIP, REGON, PESEL, etc.
32 lines (31 loc) • 793 B
JSON
{
"name": "identification-numbers",
"version": "0.0.7",
"description": "Provides utility methods to validate and generate various identification numbers such as NIP, REGON, PESEL, etc.",
"keywords": [
"random",
"numbers",
"testing",
"pesel",
"regon",
"nip"
],
"author": "Daniel Pacak <pacak.daniel@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/danielpacak/identification-numbers.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/danielpacak/identification-numbers/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-jasmine-node": "^0.3.1"
},
"main": "lib/identification-numbers"
}