forked from rwaldron/johnny-five
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 9.3 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
{
"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": "0.9.18",
"homepage": "https://johnny-five.io",
"author": {
"name": "Rick Waldron <[email protected]>",
"email": "[email protected]"
},
"contributors": [
{ "name": "Adam Hyland", "email": "<[email protected]>" },
{ "name": "Andreas Haugstrup Pedersen", "email": "<[email protected]>" },
{ "name": "Andrew Homeyer", "email": "<[email protected]>" },
{ "name": "Ben Gillies", "email": "<[email protected]>" },
{ "name": "Carl Danley", "email": "<[email protected]>" },
{ "name": "Chris Williams", "email": "<[email protected]>" },
{ "name": "Colin Vernon", "email": "<[email protected]>" },
{ "name": "Corey Daniels", "email": "<[email protected]>" },
{ "name": "FotoVerite", "email": "<[email protected]>" },
{ "name": "Francis Gulotta", "email": "<[email protected]>" },
{ "name": "Irene Ros", "email": "<[email protected]>" },
{ "name": "Jonathan Beri", "email": "<[email protected]>" },
{ "name": "Julian Gautier", "email": "<[email protected]>" },
{ "name": "Linus Larsson", "email": "<[email protected]>" },
{ "name": "Mike Breen", "email": "<[email protected]>" },
{ "name": "Mike Harsch", "email": "<[email protected]>" },
{ "name": "Mike Sherov", "email": "<[email protected]>" },
{ "name": "Paul Tagliamonte", "email": "<[email protected]>" },
{ "name": "Rahul Ravikumar", "email": "<[email protected]>" },
{ "name": "Randall A. Gordon", "email": "<[email protected]>" },
{ "name": "Rebecca Murphey", "email": "<[email protected]>" },
{ "name": "Ryan Neufeld", "email": "<[email protected]>" },
{ "name": "Scott González", "email": "<[email protected]>" },
{ "name": "Swift", "email": "<[email protected]>" },
{ "name": "Travis Thieman", "email": "<[email protected]>" },
{ "name": "Vincent Agnano", "email": "<[email protected]>" },
{ "name": "Cole", "email": "<[email protected]>" },
{ "name": "Divan Visagie", "email": "<[email protected]>" },
{ "name": "Sara Gorecki", "email": "<[email protected]>" },
{ "name": "Raquel Velez", "email": "<[email protected]>" },
{ "name": "Tim Walker", "email": "<[email protected]>" },
{ "name": "Toby Miller", "email": "<[email protected]>" },
{ "name": "Richard Key", "email": "<[email protected]>" },
{ "name": "Patrick Clark", "email": "<[email protected]>" },
{ "name": "Boros Márton", "email": "<[email protected]>" },
{ "name": "Jeremy Morrell", "email": "<[email protected]>" },
{ "name": "Bob Holt", "email": "<[email protected]>" },
{ "name": "Dwayn Matthies", "email": "<[email protected]>" },
{ "name": "AJ Fisher", "email": "<[email protected]>" },
{ "name": "Julian Duque", "email": "<[email protected]>" },
{ "name": "Daan van Berkel", "email": "<[email protected]>" },
{ "name": "Oli Evans", "email": "<[email protected]>" },
{ "name": "Cory Gackenheimer", "email": "<[email protected]>" },
{ "name": "Ray Pierce", "email": "<[email protected]>" },
{ "name": "Jonathan Clem", "email": "<[email protected]>" },
{ "name": "achingbrain", "email": "<[email protected]>" },
{ "name": "Jeff Albrecht", "email": "<[email protected]>" },
{ "name": "Isaac Durazo", "email": "<[email protected]>" },
{ "name": "Pawel Szymczykowski", "email": "<[email protected]>" },
{ "name": "Alex Crooks", "email": "<[email protected]>" },
{ "name": "Donovan Buck", "email": "<[email protected]>" },
{ "name": "Taha Hesham", "email": "<[email protected]>" },
{ "name": "Alfonso de la Osa", "email": "<[email protected]>" },
{ "name": "Donald Averill", "email": "<[email protected]" },
{ "name": "Bryan Hughes", "email": "<[email protected]>" },
{ "name": "Robert Myers", "email": "<[email protected]>" },
{ "name": "David Resseguie", "email": "<[email protected]>" },
{ "name": "Lyza Danger Gardner", "email": "<[email protected]>" },
{ "name": "Adam Magaluk", "email": "<[email protected]>" },
{ "name": "Udo Kramer", "email": "<[email protected]>" },
{ "name": "Joseph Weakley", "email": "<[email protected]>" },
{ "name": "Dean McDonnell", "email": "<[email protected]>" },
{ "name": "Jonathan Petitcolas", "email": "<[email protected]>" },
{ "name": "Chinmay Pendharkar", "email": "<[email protected]>" },
{ "name": "Brian Genisio", "email": "<[email protected]>" },
{ "name": "Anna Gerber", "email": "<[email protected]>" },
{ "name": "Derek Wheelden" , "email": "<[email protected]>" },
{ "name": "Sean Hussey", "email": "<[email protected]>" },
{ "name": "ralphtheninja", "email": "<[email protected]>" },
{ "name": "SotirisValogiannis", "email": "<[email protected]>" },
{ "name": "Sue Lockwood", "email": "<[email protected]>" },
{ "name": "Henri Cavalcante", "email": "<[email protected]>" },
{ "name": "Dany Shaanan", "email": "<[email protected]>" },
{ "name": "Rachel Hazes", "email": "<>" },
{ "name": "DeShawn Williams", "email": "<[email protected]>" },
{ "name": "bartmichu", "email": "<>" },
{ "name": "Steve Kinney", "email": "<[email protected]>" },
{ "name": "H. Phil Duby", "email": "<[email protected]>" },
{ "name": "Vincent Rubiolo", "email": "<[email protected]>" },
{ "name": "Jory Burson", "email": "<[email protected]>" },
{ "name": "Corey Frang", "email": "<[email protected]>" },
{ "name": "TRAHOMOTO", "email": "<[email protected]>" },
{ "name": "Don McCurdy", "email": "<[email protected]>" },
{ "name": "Marcus Wittig", "email": "<[email protected]>" },
{ "name": "KatieK", "email": "<[email protected]>" },
{ "name": "Iryna Shestak", "email": "<[email protected]>" },
{ "name": "Nathan Loding", "email": "<[email protected]>" },
{ "name": "Eric Lewis", "email": "<[email protected]>" }
],
"keywords": [
"arduino", "raspberry pi", "raspberrypi", "usb", "serial", "serialport", "firmata", "robot", "spark", "spark core", "spark-io", "particle", "photon", "i2c", "raspberry pi", "rpi", "raspi-io", "intel galileo", "galileo", "galileo-io", "intel edison", "edison", "tessel 2", "pcduino", "MPU6050", "ADXL345", "ADXL335", "MMA8462Q", "MPL3115A2", "Weather Shield Arduino", "Weather Shield Photon", "BMP180", "Edison Arduino Block", "Edison GPIO Block", "Edison I2C Block", "Edison PWM Block", "RedBoard", "Ludus Protoshield", "Ludus Protoshield Wireless", "Ardumoto", "HMC5883L", "Speed controller", "PCF8575", "HTU21D", "Joystick", "Thumb Joystick", "Joystick", "16x2 LCD", "20x4 LCD", "LED", "Diffused LED", "RGB LED", "Infrared Sensor", "PIR Motion Sensor", "Hobby Motor", "Infrared Proximity Sensor", "LIDAR-Lite v2", "Ultrasonic Range Finder", "LV-MaxSonar-EZ0", "LV-MaxSonar-EZ3", "HRLV-MaxSonar-EZ0", "SparkFun Sensor Kit", "SparkFun Essential Sensor Kit", "Servo", "Continuous Rotation", "Metal Gear", "High Torque", "Hitec HS-805BB", "Hitec HS-425BB", "Hitec HS-422", "Hitec HS-646WP", "Hitec HS-85MG", "Hitec HS-625MG", "Hitec HS-35HD", "Hitec HS-755HB", "Temperature", "DS18B20", "TMP36", "ANALOG", "MMA7361", "MMA7660", "ESPLORA", "MPU-6050", "TINKERKIT", "MPL115A2", "DEFAULT", "EV3", "NXT", "ISL29125", "HMC6352", "GP2Y0A21YK", "GP2D120XJ00F", "GP2Y0A02YK0F", "GP2Y0A41SK0F", "2Y0A21", "2D120X", "2Y0A02", "OA41SK", "0A21", "0A02", "MCP23017", "MCP23008", "PCF8574", "PCA9685", "PCF8591", "MUXSHIELD2", "PCF8574A", "SI7020", "GY-521", "GY521", "MPR121QR2", "VKEY", "AT42QT1070", "MPR121", "QTOUCH", "JHD1313M1", "PARALLEL", "HD44780", "PCF8574T", "PCF8574AT", "LCD2004", "LCD1602", "LCM1602", "MJKDZ", "BLINKM", "HT16K33", "TSL2561", "ALS-PT19", "ALSPT19", "Shift Register", "74HC595", "Shift Register 8-Bit SN74HC595", "MCP9808"
],
"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",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"color-convert": "~0.5.2",
"chalk": "latest",
"descriptor": "latest",
"ease-component": "latest",
"es6-shim": "latest",
"lodash": "^3.10.1",
"nanotimer": "0.3.10",
"temporal": "latest",
"array-includes": "latest"
},
"optionalDependencies": {
"firmata": "^0.7.2",
"serialport": "^2.0.1"
},
"devDependencies": {
"async": "~0.9.0",
"copy-paste": "~0.3.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsbeautifier": "~0.2.2",
"grunt-jscs": "~2.3.0",
"keypress": "latest",
"mock-firmata": "latest",
"optimist": "~0.6.1",
"shelljs": "^0.3.0",
"sinon": "~1.10.2"
},
"scripts": {
"test": "grunt"
},
"browser": {
"galileo-io": false
}
}