forked from jafo2128/rpos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "rpos",
"version": "2.0.4",
"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": {
"@types/node": "^13.1.5",
"body-parser": "1.18.2",
"cli-color": "1.2.0",
"express": "4.16.2",
"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.1",
"serialport": "^6.0.4",
"soap": "git://github.com/BreeeZe/node-soap.git",
"tenx-usb-missile-launcher-driver": "^0.2.0",
"xml2js": "0.4.19"
},
"devDependencies": {
"gulp": "^3.9.1",
"typescript": "^1.8.10",
"gulp-typescript": "^2.13.4",
"run-sequence": "^1.1.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-rename": "^1.2.2",
"gulp-zip": "^3.0.2",
"typings": "0.8.1"
}
}