-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 948 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": "statik-website",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"MD5": "^1.2.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.0.0",
"chance": "^0.5.9",
"connect-flash": "^0.1.1",
"connect-redis": "^2.1.0",
"cookie-parser": "~1.0.1",
"csurf": "^1.6.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "^1.8.1",
"express-validator": "^2.3.0",
"jade": "~1.3.0",
"mailgun": "^0.4.2",
"mongoose": "^3.8.13",
"morgan": "~1.0.0",
"passport": "^0.2.0",
"passport-bitbucket": "git+https://github.com/SamyPesse/passport-bitbucket.git",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"redis-url": "^0.2.0",
"request": "^2.39.0",
"static-favicon": "~1.0.0"
},
"subdomain": "statik",
"engines": {
"node": "0.10.x"
}
}