This repository was archived by the owner on Jun 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
50
51
52
53
54
55
{
"name": "snappy-core",
"version": "0.4.501",
"description": "Node-RED based Robotics Programming software backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "DEBUG=snappy:core:* nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnappyRobotics/snappy-core.git"
},
"keywords": [
"snappy",
"robotics",
"node-red"
],
"author": {
"name": "Prajankya Sonar",
"email": "contact@prajankya.me",
"url": "https://prajankya.me/"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/SnappyRobotics/snappy-core/issues"
},
"homepage": "https://github.com/SnappyRobotics/snappy-core#readme",
"dependencies": {
"ascii-art": "^1.4.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"debug": "^2.6.3",
"express": "^4.15.2",
"fs-extra": "^2.1.2",
"jsonwebtoken": "^7.3.0",
"node-machine-id": "^1.1.4",
"node-red": "^0.16.2",
"node-red-contrib-gpio": "^0.9.2",
"node-red-dashboard": "^2.3.6",
"node-red-node-serialport": "^0.4.2",
"password-hash": "^1.2.2",
"path": "^0.12.7",
"picture-tube": "^1.0.0",
"ps-tree": "^1.1.0",
"snappy-io-nodes": "SnappyRobotics/snappy-io-nodes",
"snappy-logic-nodes": "SnappyRobotics/snappy-logic-nodes",
"snappy-ros": "SnappyRobotics/snappy-ros",
"userhome": "^1.0.0",
"when": "^3.7.8"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}