bir-regon
Version:
Polish legal company data query API
34 lines (33 loc) • 856 B
JSON
{
"name": "bir-regon",
"version": "0.2.1",
"description": "Polish legal company data query API",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint index.js",
"lint:cleanexit": "npm run --silent lint || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gelio/bir-regon.git"
},
"author": "Grzegorz Rozdzialik <voreny.gelio@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gelio/bir-regon/issues"
},
"homepage": "https://github.com/Gelio/bir-regon#readme",
"dependencies": {
"entities": "^1.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.12.2",
"mocha": "^3.2.0"
},
"typings": "bir-regon.d.ts"
}