Files
moviedb/package.json
Dan Zajdband b9ce9fba94 - Added browser version (moviedb.js and moviedb.min.js)
- Request token now returns an error instead of throwing.
2015-03-07 12:14:30 -03:00

18 lines
333 B
JSON

{
"name": "moviedb",
"description": "Library for interacting with themoviedb.com API",
"version": "0.2.0",
"keywords": [
"themoviedb",
"api"
],
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
"dependencies": {
"superagent": "0.21.0"
}
}