tainan-open-1999
Version:
Tainan open 1999 API
45 lines (44 loc) • 1.3 kB
JSON
{
"name": "tainan-open-1999",
"version": "0.3.0",
"description": "Tainan open 1999 API",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/standard && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "./node_modules/.bin/standard --fix",
"test": "./node_modules/.bin/standard && istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonderchang/tainan-open-1999.git"
},
"keywords": [
"tainan",
"1999",
"open",
"data",
"api"
],
"author": "Wonder Chang <iwonder.tw@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wonderchang/tainan-open-1999/issues"
},
"homepage": "https://github.com/wonderchang/tainan-open-1999#readme",
"dependencies": {
"jsontoxml": "0.0.11",
"lodash": "^4.17.4",
"request": "^2.81.0",
"xml2json": "^0.11.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"dirty-chai": "^1.2.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0",
"sinon": "^2.1.0",
"standard": "^9.0.2"
}
}