-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "pbox-backend",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"bcryptjs": "^2.4.0",
"body-parser": "^1.16.0",
"config": "^1.24.0",
"express": "^4.14.0",
"form-data": "^2.1.2",
"hapi": "^13.5.0",
"indicative": "^2.2.1",
"inversify": "^2.0.0-rc.10",
"jwt-simple": "^0.5.1",
"moment-timezone": "^0.5.10",
"mongodb": "^2.2.15",
"mqtt": "^0.3.13",
"multer": "^1.2.0",
"node-geocoder": "^3.15.2",
"node-schedule": "^1.2.0",
"node-telegram-bot-api": "^0.26.0",
"reflect-metadata": "^0.1.8",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"routing-controllers": "^0.6.6",
"serve-static": "^1.11.1",
"stomp-client": "^0.8.1",
"winston": "^2.3.1",
"winston-loggly-bulk": "^1.4.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-sequence": "^0.4.6",
"nodemon": "^1.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdbhnd/pbox-backend.git"
},
"author": "codebehind",
"license": "ISC",
"bugs": {
"url": "https://github.com/cdbhnd/pbox-backend/issues"
},
"homepage": "https://github.com/cdbhnd/pbox-backend#readme"
}