forked from ecto/duino
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"author": {
"name": "Cam Pedersen",
"email": "[email protected]",
"url": "http://campedersen.com/"
},
"contributors": [
{ "name": "Rick Waldron", "email": "[email protected]" },
{ "name": "Leonhardt Wille", "email": "[email protected]" },
{ "name": "Seiya Konno", "email": "[email protected]" },
{ "name": "Nathan Vander Wilt", "email": "[email protected]" },
{ "name": "Adam Brault (&yet)", "email": "[email protected]" },
{ "name": "Emanuele Tessore", "email": "[email protected]" },
{ "name": "Willi Thiel", "email": "[email protected]" },
{ "name": "Tom Janson", "email": "[email protected]" }
],
"name": "duino",
"description": "Arduino framework for mad scientists",
"version": "0.1.0",
"keywords": [
"arduino",
"serial",
"framework"
],
"repository": {
"type": "git",
"url": "git://github.com/ecto/duino.git"
},
"main": "index.js",
"engines": {
"node": "*"
},
"dependencies": {
"serialport": "*",
"chalk": "*"
},
"devDependencies": {}
}