-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "facebookapp",
"version": "1.0.0",
"description": "Just another app to explore facebook api !",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/.bin/supervisor bin/www"
},
"keywords": [
"facebook",
"app",
"sample"
],
"author": "Ankit Chaudhary",
"license": "ISC",
"devDependencies": {
"chai": "1.10.*",
"karma": "0.12.*",
"mocha": "2.0.*",
"sinon": "1.11.*",
"supertest": "0.10.*",
"supervisor": "*"
},
"dependencies": {
"body-parser": "~1.8.1",
"connect-mongo": "^0.4.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.13.3",
"express-session": "^1.9.1",
"jade": "~1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-sinon": "^1.0.4",
"method-override": "^2.3.0",
"moment": "^2.8.4",
"mongoose": "3.8.*",
"morgan": "~1.3.0",
"passport": "0.2.*",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"serve-favicon": "~2.1.3",
"stylus": "0.42.3",
"underscore": "^1.7.0"
}
}