tvmaze-node
Version:
A Node.js library for accessing TVmaze API
33 lines (32 loc) • 695 B
JSON
{
"name": "tvmaze-node",
"version": "1.0.4",
"description": "A Node.js library for accessing TVmaze API",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/greghesp/tvmaze-node.git"
},
"keywords": [
"tvmaze",
"node tvmaze",
"tvmaze api"
],
"author": "Greg Hesp <greg.hesp@gmail.com> (http://www.greghesp.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/greghesp/tvmaze-node/issues"
},
"dependencies": {
"request": "^2.69.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"mocha": "^2.4.5",
"request": "^2.69.0"
}
}