-
Notifications
You must be signed in to change notification settings - Fork 214
/
package.json
32 lines (32 loc) · 903 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
{
"author": "Cam Pedersen <diffference@gmail.com> (http://campedersen.com/)",
"contributors": [
{ "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": "duino",
"description": "Arduino framework for mad scientists",
"version": "0.0.9",
"keywords": [
"arduino",
"serial",
"framework"
],
"repository": {
"type": "git",
"url": "git://github.com/ecto/duino.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"serialport": "*",
"colors": "*"
},
"devDependencies": {}
}