UNPKG

762 BJSONView Raw
1{
2 "name": "moviedb",
3 "description": "Library for interacting with themoviedb.com API",
4 "version": "0.2.7",
5 "scripts": {
6 "test": "clear; make test"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/impronunciable/moviedb.git"
11 },
12 "license": "MIT",
13 "keywords": [
14 "themoviedb",
15 "api",
16 "tmdb"
17 ],
18 "bugs": {
19 "url": "https://github.com/impronunciable/moviedb/issues"
20 },
21 "homepage": "https://github.com/impronunciable/moviedb#readme",
22 "directories": {
23 "lib": "./lib"
24 },
25 "main": "index.js",
26 "author": "Dan Zajdband <dan.zajdband@gmail.com>",
27 "dependencies": {
28 "superagent": "^1.6.1"
29 },
30 "devDependencies": {
31 "chai": "^3.4.1",
32 "colors": "^1.1.2",
33 "mocha": "^2.3.4"
34 }
35}