-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 874 Bytes
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
{
"name": "gate",
"version": "1.9.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "DEBUG=gate:* ./node_modules/nodemon/bin/nodemon.js index.js",
"test": "make test-all"
},
"author": "",
"license": "ISC",
"dependencies": {
"@instathings/gate-addon-http": "^1.0.2",
"async": "^3.2.0",
"aws-iot-device-sdk": "^2.2.4",
"debug": "^4.1.1",
"dockerode": "^3.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"http-errors": "^1.7.3",
"lodash": "^4.17.15",
"mongodb": "^3.5.7",
"morgan": "^1.10.0",
"request": "^2.88.2",
"shelljs": "^0.8.3",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"mocha": "^7.1.1",
"nodemon": "^2.0.3"
}
}