-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.11 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
{
"name": "robot",
"version": "0.0.1",
"description": "Robot API Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.1.0",
"express": "^4.15.4",
"i2c": "^0.2.3",
"node-wit": "^4.3.0",
"opencv": "^6.0.0",
"os": "^0.1.1",
"pico-speaker": "0.0.7",
"raspicam": "^0.2.14",
"request": "^2.82.0",
"serialport": "^5.0.0",
"sqlite3": "^3.1.12",
"ws": "^3.2.0",
"xmlbuilder": "^9.0.4"
},
"devDependencies": {
"@types/body-parser": "^1.16.5",
"@types/chalk": "^0.4.31",
"@types/express": "^4.0.37",
"@types/node": "^8.0.30",
"@types/node-wit": "^4.2.2",
"@types/request": "^2.0.3",
"@types/serialport": "^4.0.9",
"@types/sqlite3": "^3.1.1",
"@types/ws": "^3.0.2",
"@types/xmlbuilder": "0.0.31",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-tslint": "^8.1.1",
"run-sequence": "^2.2.0",
"tslib": "^1.7.1",
"tslint": "^5.7.0",
"typescript": "^2.5.2"
}
}