forked from konsulko/ws28xx-lighting-pru
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1006 Bytes
/
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
{
"author": "Jason Kridner <jkridner@gmail.com>",
"contributors": [
{ "name": "Matt Ranostay" },
{ "name": "Pantelis Antoniou" },
{ "name": "Cam Pedersen", "email": "diffference@gmail.com" },
{ "name": "Rick Waldron", "email": "waldron.rick@gmail.com" },
{ "name": "Leonhardt Wille", "email": "wille@riverlabs.de" },
{ "name": "Seiya Konno", "email": "nulltask@gmail.com" },
{ "name": "Nathan Vander Wilt", "email": "nate@calftrail.com" },
{ "name": "Adam Brault (&yet)", "email": "contact@andyet.com" },
{ "name": "Emanuele Tessore", "email": "setola@gmail.com" }
],
"name": "pruduino",
"description": "PRU framework",
"version": "0.0.1",
"keywords": [
"arduino",
"pru",
"beaglebone"
],
"repository": {
"type": "git",
"url": "git://github.com/jadonk/pruduino.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"colors": "~0.6.2",
"serialport": "~1.4.0"
},
"devDependencies": {}
}