Files
moviedb/package.json
2015-11-20 15:13:32 -08:00

37 lines
784 B
JSON

{
"name": "moviedb",
"description": "Library for interacting with themoviedb.com API",
"version": "0.2.2",
"scripts": {
"test": "clear; make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impronunciable/moviedb.git"
},
"license": "MIT",
"keywords": [
"themoviedb",
"api",
"tmdb"
],
"bugs": {
"url": "https://github.com/impronunciable/moviedb/issues"
},
"homepage": "https://github.com/impronunciable/moviedb#readme",
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"chai": "^3.4.1",
"colors": "^1.1.2",
"superagent": "0.21.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4"
}
}