-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1001 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
39
40
{
"name": "deazzle_insights",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"async": "^2.1.5",
"bluebird": "^3.5.0",
"body-parser": "^1.0.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.1.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.0",
"express-socket.io-session": "^1.3.2",
"google": "^2.1.0",
"handlebars": "^4.0.6",
"jquery-validation": "^1.17.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"method-override": "^1.0.0",
"moment": "^2.17.1",
"morgan": "^1.0.0",
"mysql": "^2.14.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"rivescript": "^1.17.2",
"session.socket.io": "^0.2.1",
"socket.io": "^2.0.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"nodemon": "^1.11.0"
}
}