forked from HRninjas/Should-We-Watch-This
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "should-i-watch-this",
"version": "1.0.0",
"description": "> An app that anyone can use instantly, to chart IMDB user ratings for their favorite shows, by episode.",
"engines": {
"node": "4.2.1",
"npm": "2.14.7"
},
"main": "server/server.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlee0330/Should-I-Watch-This.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mlee0330/Should-I-Watch-This/issues"
},
"homepage": "https://github.com/mlee0330/Should-I-Watch-This#readme",
"dependencies": {
"angucomplete-alt": "^2.1.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"firebase": "^2.3.2",
"gulp": "^3.9.0",
"gulp-env": "^0.2.0",
"jwt-simple": "^0.3.1",
"mongoose": "^4.2.8",
"morgan": "^1.6.1",
"q": "^1.4.1",
"superagent": "^1.4.0",
"winston": "^2.1.1"
}
}