-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 964 Bytes
/
package.json
File metadata and controls
42 lines (41 loc) · 964 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
34
35
36
37
38
39
40
41
42
{
"name": "node-pserver",
"version": "1.0.6",
"bin": {
"pserver": "app.js"
},
"scripts": {
"install": "node setup.js"
},
"author": "Takuma Hirayama <hirayama.takuma@picam360.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/picam360/node-pserver.git"
},
"dependencies": {
"async": "*",
"aws-iot-device-sdk": "*",
"aws-sdk": "*",
"axios": "^1.4.0",
"eventemitter3": "*",
"express": "*",
"cors": "^2.8.5",
"range-parser": "^1.2.1",
"i2c-bus": "*",
"moment": "*",
"node-gpsd": "*",
"socket.io": "*",
"sprintf-js": "*",
"uuid": "~3.3.3",
"uuid-parse": "*",
"macaddress": "^0.5.1",
"xmlhttprequest": "^1.8.0",
"rimraf": "*",
"python-shell": "*",
"quaternion": "^1.4.2",
"serialport": "^12.0.0",
"redis": "^4.7.0",
"node-pstcore": "1.0.5"
}
}