forked from rwaldron/johnny-five
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
188 lines (188 loc) · 3.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "johnny-five",
"description": "The JavaScript Robotics and Hardware Programming Framework. Use with: Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, pcDuino3, Raspberry Pi, Particle/Spark Core & Photon, Tessel 2, TI Launchpad and more!",
"version": "1.4.0",
"homepage": "https://johnny-five.io",
"author": "Rick Waldron <[email protected]>",
"keywords": [
"0A02",
"0A21",
"16x2 LCD",
"20x4 LCD",
"2D120X",
"2Y0A02",
"2Y0A21",
"74HC595",
"ADXL335",
"ADXL345",
"ALS-PT19",
"ALSPT19",
"ANALOG",
"arduino",
"Ardumoto",
"AT42QT1070",
"BLINKM",
"BMP180",
"Continuous Rotation",
"DEFAULT",
"Diffused LED",
"DS18B20",
"Edison Arduino Block",
"Edison GPIO Block",
"Edison I2C Block",
"Edison PWM Block",
"edison",
"ESPLORA",
"EV3",
"firmata",
"galileo-io",
"galileo",
"GP2D120XJ00F",
"GP2Y0A02YK0F",
"GP2Y0A21YK",
"GP2Y0A41SK0F",
"GY-521",
"GY521",
"HD44780",
"High Torque",
"Hitec HS-35HD",
"Hitec HS-422",
"Hitec HS-425BB",
"Hitec HS-625MG",
"Hitec HS-646WP",
"Hitec HS-755HB",
"Hitec HS-805BB",
"Hitec HS-85MG",
"HMC5883L",
"HMC6352",
"Hobby Motor",
"HRLV-MaxSonar-EZ0",
"HT16K33",
"HTU21D",
"i2c",
"Infrared Proximity Sensor",
"Infrared Sensor",
"intel edison",
"intel galileo",
"ISL29125",
"JHD1313M1",
"Joystick",
"Joystick",
"LCD1602",
"LCD2004",
"LCM1602",
"LED",
"LIDAR-Lite v2",
"Ludus Protoshield Wireless",
"Ludus Protoshield",
"LV-MaxSonar-EZ0",
"LV-MaxSonar-EZ3",
"MCP23008",
"MCP23017",
"MCP9808",
"Metal Gear",
"MJKDZ",
"MMA7361",
"MMA7660",
"MMA8462Q",
"MPL115A2",
"MPL3115A2",
"MPR121",
"MPR121QR2",
"MPU-6050",
"MPU6050",
"MUXSHIELD2",
"NXT",
"OA41SK",
"PARALLEL",
"particle",
"PCA9685",
"pcduino",
"PCF8574",
"PCF8574A",
"PCF8574AT",
"PCF8574T",
"PCF8575",
"PCF8591",
"photon",
"PIR Motion Sensor",
"QTOUCH",
"raspberry pi",
"raspberry pi",
"raspberrypi",
"raspi-io",
"RedBoard",
"RGB LED",
"robot",
"robotics",
"rpi",
"serial",
"serialport",
"Servo",
"Shift Register 8-Bit SN74HC595",
"Shift Register",
"SI7020",
"spark core",
"spark-io",
"spark",
"SparkFun Essential Sensor Kit",
"SparkFun Sensor Kit",
"Speed controller",
"Temperature",
"tessel 2",
"Thumb Joystick",
"TINKERKIT",
"TMP36",
"TSL2561",
"Ultrasonic Range Finder",
"usb",
"VKEY",
"Weather Shield Arduino",
"Weather Shield Photon"
],
"repository": {
"type": "git",
"url": "git://github.com/rwaldron/johnny-five.git"
},
"bugs": {
"url": "https://github.com/rwaldron/johnny-five/issues"
},
"license": "MIT",
"main": "lib/johnny-five",
"dependencies": {
"chalk": "2.1.0",
"color-convert": "~1.2.2",
"lodash.clonedeep": "^4.3.0",
"lodash.debounce": "^4.0.3",
"nanotimer": "0.3.10",
"temporal": "latest"
},
"optionalDependencies": {
"browser-serialport": "latest",
"firmata": "^2.2.0",
"serialport": "^8.0.5"
},
"devDependencies": {
"async": "^2.6.1",
"common-tags": "^1.8.0",
"copy-paste": "^1.3.0",
"coveralls": "^3.0.2",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"keypress": "latest",
"mock-firmata": "latest",
"nyc": "^15.0.0",
"optimist": "^0.6.1",
"sinon": "~1.10.2"
},
"scripts": {
"test": "grunt",
"test-cover": "nyc grunt nodeunit",
"coveralls": "nyc --reporter=lcov grunt nodeunit && cat ./coverage/lcov.info | coveralls"
}
}