olhovivo
Version:
A node.js wrapper for the SPTrans Olho Vivo API.
65 lines (64 loc) • 1.49 kB
JSON
{
"name": "olhovivo",
"version": "1.1.0",
"description": "A node.js wrapper for the SPTrans Olho Vivo API.",
"main": "lib/index.js",
"scripts": {
"dev-test": "mocha -t 0 test/**/*.test.js",
"test": "mocha --require blanket -R mocha-spec-cov-alt test/**/*.test.js",
"watch": "find . | grep .js$ | entr npm run dev-test",
"coverage": "mocha --require blanket -R html-cov test/**/*.test.js > coverage.html"
},
"repository": {
"type": "git",
"url": "git://github.com/yamadapc/node-olhovivo"
},
"keywords": [
"olhovivo",
"sptrans",
"maps",
"sao",
"paulo",
"brasil",
"api-wrapper",
"wrapper"
],
"author": "Pedro Tacla Yamada",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamadapc/node-olhovivo/issues"
},
"homepage": "https://github.com/yamadapc/node-olhovivo",
"devDependencies": {
"blanket": "1.1.7",
"jsfmt": "^0.5.3",
"mocha": "^3.1.0",
"mocha-make-stub": "^2.1.0",
"mocha-spec-cov-alt": "^1.1.1",
"nock": "^8.0.0",
"progress": "^1.1.8",
"should": "^11.1.0"
},
"config": {
"blanket": {
"data-cover-never": [
"node_modules",
"test"
],
"pattern": [
"lib"
],
"spec-cov": {
"threshold": 0,
"localThreshold": 0,
"lcovOutput": "lcov"
}
}
},
"dependencies": {
"bluebird": "^3.3.4",
"csv": "^1.1.0",
"lodash": "^4.6.1",
"superagent": "^2.3.0"
}
}