-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 987 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
{
"name": "enforce-mcp-server",
"version": "1.0.0",
"description": "Mission Control Panel for Enforce Team - CanSat 2018",
"main": "server.js",
"scripts": {
"start": "node server/server.js"
},
"author": "Enforce Team - ITIS Enrico Fermi, CanSat 2018",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"colors": "^1.3.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"lodash": "^4.17.13",
"module-xbee": "git+https://github.com/n4y0n/node-xbee.git#v1.0.2",
"mongoose": "^5.6.11",
"serialize-javascript": "^1.8.0",
"serialport": "^7.1.4",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"@types/serialport": "^7.0.4",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"typescript": "^3.5.3"
}
}