forked from tessel/t1-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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
{
"name": "tessel",
"version": "0.2.4",
"description": "Tessel command line tools and programmatic access library.",
"main": "src/index.js",
"private": true,
"scripts": {
"test": "MOCK_USB=1 tap test/*.js test/badserver/test.js",
"postinstall": "tessel install-drivers || true"
},
"bin": {
"tessel": "./bin/tessel.js"
},
"repository": "git://github.com/tessel/cli.git",
"author": "Technical Machine <team@technical.io>",
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"colony-compiler": "~0.6.8",
"colors": "~0.6.0-1",
"colorsafeconsole": "0.0.4",
"debug": "^0.8.1",
"effess": "~0.0.3",
"fstream": "~0.1.25",
"hardware-resolve": "~0.1.3",
"humanize": "0.0.9",
"keypress": "~0.2.1",
"mkdirp": "~0.3.5",
"my-local-ip": "~1.0.0",
"nomnom": "~1.6.2",
"read": "^1.0.5",
"request": "~2.33.0",
"semver": "^2.3.0",
"structured-clone": "~0.2.2",
"tar": "~0.1.18",
"temp": "~0.6.0",
"usb": "~0.3.11"
},
"devDependencies": {
"tap": "~0.4.8",
"tape": "~2.12.3"
},
"engines": {
"node": ">=0.10"
}
}