-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "rpos",
"version": "2.1.0",
"description": "rpos",
"main": "rpos.js",
"license": "MIT",
"author": {
"name": "Jeroen Versteege",
"email": "[email protected]"
},
"contributors": [
{
"name": "Roger Hardiman"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Breeeze/rpos.git"
},
"dependencies": {
"body-parser": "1.19.0",
"cli-color": "2.0.0",
"express": "^4.17.1",
"ip": "^1.1.5",
"macos-release": "~2.0.0",
"node-pelcod": "^0.3.0",
"node-uuid": "1.4.8",
"pan-tilt-hat": "^1.2.1",
"rpi-version": "^1.4.3",
"serialport": "^9.1.0",
"soap": "https://github.com/BreeeZe/node-soap.git",
"tenx-usb-missile-launcher-driver": "^0.2.0",
"xml2js": "0.4.23"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cli-color": "^2.0.0",
"@types/express": "^4.17.11",
"@types/node": "^13.1.5",
"@types/node-uuid": "0.0.28",
"@types/xml2js": "^0.4.8",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^5.1.0",
"typescript": "^4.3.2"
}
}