-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
69 lines (69 loc) · 1.55 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
{
"name": "pinoccio",
"version": "0.1.40",
"description": "pinoccio api client. http://pinocc.io",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "tape test/*.js",
"build": "./build.sh",
"prepublish": "npm run build"
},
"bin": {
"pinoccio": "./bin/pinoccio.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Pinoccio/client-node-pinoccio"
},
"keywords": [
"pinoccio",
"arduino",
"hardware",
"serial",
"awesome",
"api",
"mesh"
],
"author": "Ryan Day",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pinoccio/client-node-pinoccio/issues"
},
"dependencies": {
"array-shuffle": "1.0.0",
"backoff": "~2.3.0",
"binary-split": "~0.1.1",
"browserify": "~4.0.0",
"buffer-indexof": "~0.0.1",
"colors": "~0.6.2",
"concat-stream": "~1.2.1",
"cookie": "~0.1.0",
"hyperquest": "~0.2.0",
"ini": "~1.1.0",
"intel-hex": "^0.1.1",
"mux-demux": "~3.7.8",
"optimist": "~0.6.0",
"pinoccio-arduino-compile": "~0.0.3",
"pinoccio-bridge": "~0.1.0",
"pinoccio-serial": "~0.1.6",
"pretty-date": "~0.2.0",
"reconnect-shoe": "~0.0.3",
"repipe": "~0.0.2",
"rpc-stream": "~1.0.5",
"serialport": "^2.1.0",
"shoe": "~0.0.15",
"split": "~0.2.10",
"stk500-v2": "~1.0.0",
"through": "~2.3.4",
"watch-serial": "~1.0.0",
"xtend": "~2.1.1"
},
"optionalDependencies": {
"reset-usb": "~1.0.0"
},
"devDependencies": {
"tape": "~2.3.2",
"reconnect-core": "~0.0.1"
}
}