-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "movies",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cli-spinners": "^0.3.0",
"defined": "^1.0.0",
"dotenv": "^2.0.0",
"elo-rank": "^1.0.0",
"inquirer": "^1.2.3",
"knex": "^0.12.6",
"limdu": "^0.8.0",
"lodash.concat": "^4.5.0",
"lodash.frompairs": "^4.0.1",
"lodash.includes": "^4.3.0",
"lodash.map": "^4.6.0",
"lodash.pluck": "^3.1.2",
"lodash.reduce": "^4.6.0",
"lodash.shuffle": "^4.2.0",
"lodash.some": "^4.6.0",
"lodash.topairs": "^4.3.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lodash.zipobject": "^4.1.3",
"map": "^1.0.1",
"moment": "^2.16.0",
"moviedb": "^0.2.7",
"ora": "^0.3.0",
"pull-defer": "^0.2.2",
"pull-many": "^1.0.8",
"pull-merge": "^1.0.2",
"pull-pair": "^1.1.0",
"pull-paramap": "^1.2.1",
"pull-sort": "^1.0.0",
"pull-stream": "^3.5.0",
"redux": "^3.6.0",
"redux-multi": "^0.1.12",
"redux-thunk": "^2.1.0",
"sqlite3": "^3.1.8",
"superagent": "^2.3.0",
"vorpal": "^1.11.4",
"xtend": "^4.0.1"
}
}