verifyid
Version:
NodeJS wrapper for verifyid.co.za ID Validation API
33 lines (32 loc) • 682 B
JSON
{
"name": "verifyid",
"version": "0.0.2",
"description": "NodeJS wrapper for verifyid.co.za ID Validation API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nusrath/verifyid.git"
},
"keywords": [
"verifyid",
"south",
"african",
"id",
"validation",
"cellphone",
"lookup",
"address"
],
"author": "nusrath",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nusrath/verifyid/issues"
},
"homepage": "https://github.com/Nusrath/verifyid#readme",
"dependencies": {
"request": "^2.81.0"
}
}