UNPKG

4.05 kBJSONView Raw
1{
2 "name": "johnny-five",
3 "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!",
4 "version": "0.15.1",
5 "homepage": "https://johnny-five.io",
6 "author": "Rick Waldron <waldron.rick@gmail.com>",
7 "keywords": [
8 "arduino",
9 "raspberry pi",
10 "raspberrypi",
11 "usb",
12 "serial",
13 "serialport",
14 "firmata",
15 "robot",
16 "spark",
17 "spark core",
18 "spark-io",
19 "particle",
20 "photon",
21 "i2c",
22 "raspberry pi",
23 "rpi",
24 "raspi-io",
25 "intel galileo",
26 "galileo",
27 "galileo-io",
28 "intel edison",
29 "edison",
30 "tessel 2",
31 "pcduino",
32 "MPU6050",
33 "ADXL345",
34 "ADXL335",
35 "MMA8462Q",
36 "MPL3115A2",
37 "Weather Shield Arduino",
38 "Weather Shield Photon",
39 "BMP180",
40 "Edison Arduino Block",
41 "Edison GPIO Block",
42 "Edison I2C Block",
43 "Edison PWM Block",
44 "RedBoard",
45 "Ludus Protoshield",
46 "Ludus Protoshield Wireless",
47 "Ardumoto",
48 "HMC5883L",
49 "Speed controller",
50 "PCF8575",
51 "HTU21D",
52 "Joystick",
53 "Thumb Joystick",
54 "Joystick",
55 "16x2 LCD",
56 "20x4 LCD",
57 "LED",
58 "Diffused LED",
59 "RGB LED",
60 "Infrared Sensor",
61 "PIR Motion Sensor",
62 "Hobby Motor",
63 "Infrared Proximity Sensor",
64 "LIDAR-Lite v2",
65 "Ultrasonic Range Finder",
66 "LV-MaxSonar-EZ0",
67 "LV-MaxSonar-EZ3",
68 "HRLV-MaxSonar-EZ0",
69 "SparkFun Sensor Kit",
70 "SparkFun Essential Sensor Kit",
71 "Servo",
72 "Continuous Rotation",
73 "Metal Gear",
74 "High Torque",
75 "Hitec HS-805BB",
76 "Hitec HS-425BB",
77 "Hitec HS-422",
78 "Hitec HS-646WP",
79 "Hitec HS-85MG",
80 "Hitec HS-625MG",
81 "Hitec HS-35HD",
82 "Hitec HS-755HB",
83 "Temperature",
84 "DS18B20",
85 "TMP36",
86 "ANALOG",
87 "MMA7361",
88 "MMA7660",
89 "ESPLORA",
90 "MPU-6050",
91 "TINKERKIT",
92 "MPL115A2",
93 "DEFAULT",
94 "EV3",
95 "NXT",
96 "ISL29125",
97 "HMC6352",
98 "GP2Y0A21YK",
99 "GP2D120XJ00F",
100 "GP2Y0A02YK0F",
101 "GP2Y0A41SK0F",
102 "2Y0A21",
103 "2D120X",
104 "2Y0A02",
105 "OA41SK",
106 "0A21",
107 "0A02",
108 "MCP23017",
109 "MCP23008",
110 "PCF8574",
111 "PCA9685",
112 "PCF8591",
113 "MUXSHIELD2",
114 "PCF8574A",
115 "SI7020",
116 "GY-521",
117 "GY521",
118 "MPR121QR2",
119 "VKEY",
120 "AT42QT1070",
121 "MPR121",
122 "QTOUCH",
123 "JHD1313M1",
124 "PARALLEL",
125 "HD44780",
126 "PCF8574T",
127 "PCF8574AT",
128 "LCD2004",
129 "LCD1602",
130 "LCM1602",
131 "MJKDZ",
132 "BLINKM",
133 "HT16K33",
134 "TSL2561",
135 "ALS-PT19",
136 "ALSPT19",
137 "Shift Register",
138 "74HC595",
139 "Shift Register 8-Bit SN74HC595",
140 "MCP9808"
141 ],
142 "repository": {
143 "type": "git",
144 "url": "git://github.com/rwaldron/johnny-five.git"
145 },
146 "bugs": {
147 "url": "https://github.com/rwaldron/johnny-five/issues"
148 },
149 "license": "MIT",
150 "main": "lib/johnny-five",
151 "dependencies": {
152 "chalk": "2.1.0",
153 "color-convert": "~1.2.2",
154 "ease-component": "latest",
155 "lodash.clonedeep": "^4.3.0",
156 "lodash.debounce": "^4.0.3",
157 "nanotimer": "0.3.10",
158 "temporal": "latest"
159 },
160 "optionalDependencies": {
161 "browser-serialport": "latest",
162 "firmata": "^0.19.0",
163 "serialport": "^6.0.4"
164 },
165 "devDependencies": {
166 "async": "^2.6.1",
167 "common-tags": "^1.8.0",
168 "copy-paste": "^1.3.0",
169 "coveralls": "^3.0.2",
170 "grunt": "^1.0.3",
171 "grunt-cli": "^1.2.0",
172 "grunt-contrib-jshint": "^1.1.0",
173 "grunt-contrib-nodeunit": "^2.0.0",
174 "grunt-contrib-watch": "^1.1.0",
175 "grunt-jsbeautifier": "^0.2.13",
176 "grunt-jscs": "^3.0.1",
177 "keypress": "latest",
178 "mock-firmata": "latest",
179 "nyc": "^12.0.2",
180 "optimist": "^0.6.1",
181 "sinon": "~1.10.2"
182 },
183 "scripts": {
184 "test": "grunt",
185 "test-cover": "nyc grunt nodeunit",
186 "coveralls": "nyc --reporter=lcov grunt nodeunit && cat ./coverage/lcov.info | coveralls"
187 }
188}