forked from coopcycle/coopcycle-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.67 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "coopcycle-bot",
"version": "1.0.0",
"description": "",
"scripts": {
"watch": "webpack-dev-server --content-base=web/"
},
"repository": {
"type": "git",
"url": "https://github.com/coopcycle/coopcycle-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coopcycle/coopcycle-bot/issues"
},
"homepage": "https://github.com/coopcycle/coopcycle-bot",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap-notify": "^3.1.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"coopcycle-js": "git+https://[email protected]/coopcycle/coopcycle-js.git",
"express": "^4.16.3",
"express-nunjucks": "^2.2.3",
"express-session": "^1.15.6",
"form-data": "^2.3.2",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"moment": "^2.21.0",
"multer": "^1.3.0",
"nunjucks": "^3.1.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pm2": "^2.10.1",
"polyline": "^0.2.0",
"promise": "^7.3.1",
"sequelize": "^4.37.3",
"sequelize-cli": "^4.0.0",
"serve-static": "^1.13.2",
"session-file-store": "^1.2.0",
"socket.io": "^1.7.4",
"sqlite3": "^3.1.13",
"stripe": "^4.25.0",
"winston": "^2.4.1",
"ws": "^5.1.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.26.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"node-sass": "^4.8.3",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.2",
"url-loader": "^0.5.9",
"webpack": "^2.7.0",
"webpack-dev-server": "^1.16.5"
}
}