mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 09:40:24 +00:00
36 lines
762 B
JSON
36 lines
762 B
JSON
{
|
|
"name": "moviedb",
|
|
"description": "Library for interacting with themoviedb.com API",
|
|
"version": "0.2.6",
|
|
"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": {
|
|
"superagent": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"colors": "^1.1.2",
|
|
"mocha": "^2.3.4"
|
|
}
|
|
}
|