-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "bumblebee-bot",
"version": "0.0.0",
"description": "Generate realtime driver bots with trips",
"main": "index.js",
"author": "Maxime Lenne, Gabriel de Vareilles, (http://mobilityz.io)",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/Ecotaco/bumblebee-bot/issues"
},
"engines": {
"node": ">=7.0.0"
},
"homepage": "https://github.com/Ecotaco/bumblebee-bot#readme",
"scripts": {
"start": "nodemon ./bin/www",
"debug": "nodemon --inspect ./bin/www",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ecotaco/bumblebee-bot.git"
},
"dependencies": {
"@google/maps": "^0.5.5",
"body-parser": "^1.18.3",
"chai-as-promised": "^7.1.1",
"cookie-parser": "~1.4.3",
"debug": "^4.1.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"kue": "^0.11.5",
"mongodb": "^3.1.10",
"mongoose": "^5.3.14",
"mongoose-timestamp": "^0.6.0",
"morgan": "^1.9.1",
"node-sass-middleware": "0.11.0",
"polyline": "^0.2.0",
"pug": "~2.0.0-beta6",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.7"
}
}