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
56 lines (56 loc) · 1.28 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.28 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
56
{
"name": "snappy-io-nodes",
"version": "0.4.89",
"description": "Group of nodes for common sensors and actuators",
"scripts": {
"red": "DEBUG=snappy:io:* node-red",
"test": "DEBUG=snappy:io:* grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnappyRobotics/snappy-io-nodes.git"
},
"contributors": [
{
"name": "Prajankya Sonar",
"email": "contact@prajankya.me",
"url": "https://prajankya.me/"
},
{
"name": "Adarsh Belavatagi",
"email": "adarsh.sb18@gmail.com",
"url": "https://github.com/Belavatagi"
}
],
"node-red": {
"nodes": {
"dc_motor": "actuators/dc_motor.js",
"quadrature_encoder": "sensors/quadrature_encoder.js"
}
},
"keywords": [
"node",
"red",
"snappy",
"nodejs",
"js",
"robotics"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SnappyRobotics/snappy-io-nodes/issues"
},
"homepage": "https://github.com/SnappyRobotics/snappy-io-nodes#readme",
"dependencies": {
"debug": "^2.6.0",
"node-red-contrib-gpio": "^0.9.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.1.0",
"istanbul": "^0.4.5",
"snyk": "^1.28.1"
},
"snyk": true
}