-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 917 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": "botsnew",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha tests/test.js",
"lint": "eslint . --fix",
"stylus": "stylus public/stylesheets"
},
"dependencies": {
"body-parser": "~1.17.2",
"connect": "^3.4.1",
"connect-session-sequelize": "^3.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.8",
"everyauth": "^0.4.9",
"express": "~4.15.3",
"express-session": "^1.14.1",
"marked": "^0.3.6",
"morgan": "~1.8.2",
"pg": "^6.1.0",
"pug": "^2.0.0-beta6",
"request": "^2.74.0",
"sequelize": "^3.30.4",
"sequelstore-connect": "^1.1.5",
"serve-favicon": "~2.3.2",
"socket.io": "^1.7.4",
"sqlite3": "^3.1.4",
"stylus": "^0.54.5",
"winston": "^2.2.0"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-google": "^0.9.1",
"mocha": "^3.1.2"
}
}