-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "sweet_story",
"version": "1.0.0",
"description": "",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevrat/sweet_story_server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevrat/sweet_story_server/issues"
},
"homepage": "https://github.com/kevrat/sweet_story_server#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"debug": "^2.5.2",
"ejs": "2.4.1",
"express": "4.14.0",
"express-session": "^1.14.2",
"mongoose": "^4.6.3",
"passport": "^0.3.2",
"passport-vkontakte": "^0.3.2",
"passport.socketio": "^3.6.2",
"socket.io": "1.4.8"
},
"devDependencies": {
"minami": "^1.1.1"
}
}