-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.19 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
{
"name": "leo",
"version": "0.2.0",
"description": "Command line tool for building Arduino firmware using Node.js and Npm.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"bin": {
"leo": "./bin/leo"
},
"keywords": [
"arduino",
"avr",
"gcc",
"make",
"ino",
"yun",
"uno"
],
"author": "Adam Magaluk <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"colors": "~0.6.2",
"commander": "~2.1.0",
"cpr": "~0.1.1",
"deepcopy": "~0.3.3",
"dobj": "~1.4.4",
"ini": "~1.1.0",
"leo-board": "0.0.1",
"leo-board-arduino": "*",
"ntr": "~0.0.2",
"pad": "0.0.8",
"prompt": "~0.2.12",
"rc": "~0.3.5",
"rmdir-recursive": "0.0.0",
"serialport": "^1.7.4",
"split": "~0.3.0",
"through": "~2.3.4",
"traverse": "~0.6.6",
"walkdir": "~0.0.7"
},
"directories": {
"example": "examples"
},
"devDependencies": {
"tape": "~2.12.3"
},
"repository": {
"type": "git",
"url": "git://github.com/AdamMagaluk/leo.git"
},
"bugs": {
"url": "https://github.com/AdamMagaluk/leo/issues"
},
"homepage": "https://github.com/AdamMagaluk/leo"
}