forked from tscizzle/Braid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 847 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
{
"name": "braid",
"version": "0.0.0",
"engines": {
"node": "4.3.1",
"npm": "2.14.12"
},
"description": "Braided messaging app.",
"main": "server.js",
"author": "PreeTy Ink.",
"repository": {
"type": "git",
"url": "https://github.com/tscizzle/Braid"
},
"dependencies": {
"body-parser": "~1.5.2",
"bower": "~1.7.7",
"connect-redis": "~3.0.2",
"cookie-parser": "~1.4.1",
"dotenv": "~2.0.0",
"express": "~4.7.2",
"express-session": "~1.13.0",
"method-override": "~2.1.2",
"mongoose": "~4.4.6",
"morgan": "~1.2.2",
"passport": "~0.3.2",
"passport-local": "~1.0.0",
"passport-local-mongoose": "~4.0.0",
"redis": "~2.6.0-2",
"socket.io": "~1.4.5",
"underscore": "~1.8.2"
},
"scripts": {
"postinstall": "bower cache clean && bower install"
}
}