-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 847 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
{
"name": "NoPlan",
"version": "1.0.0",
"main": "server.js",
"repository": "https://github.com/Project-Neon/NoPlan",
"author": "Ivan Seidel <ivanseidel@gmail.com>",
"license": "MIT",
"scripts": {
"start": "node server"
},
"dependencies": {
"chalk": "^2.3.0",
"draftlog": "^1.0.12",
"express": "^4.16.2",
"inquirer": "^3.3.0",
"lodash": "^4.17.19",
"node-gamepad": "^0.1.15",
"package.json": "^2.0.1",
"require-smart": "^1.1.1",
"serialport": "^6.1.1",
"serve-favicon": "^2.4.5",
"socket.io": "^2.1.1",
"ssl-vision": "^1.0.2"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}