-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.42 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
{
"name": "arduboy",
"version": "0.0.8",
"description": "A command line interface for the Arduboy.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogosher/ArduboyCLI.git"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"main": "./lib/arduboy.js",
"bin": "./bin/arduboy-cli.js",
"keywords": [
"Arduboy",
"Arduino",
"Leonardo",
"games"
],
"author": "Ross",
"license": "ISC",
"bugs": {
"url": "https://github.com/rogosher/ArduboyCLI/issues"
},
"homepage": "https://github.com/rogosher/ArduboyCLI#readme",
"dependencies": {
"abbrev": "^1.0.7",
"avrgirl-arduino": "git+https://github.com/noopkat/avrgirl-arduino.git",
"config-chain": "^1.1.10",
"editor": "^1.0.0",
"fs-write-stream-atomic": "^1.0.8",
"gm": "^1.23.0",
"graceful-fs": "^4.1.4",
"inherits": "^2.0.1",
"jimp": "^0.2.27",
"mkdirp": "^0.5.1",
"module": "^1.2.5",
"nopt": "^3.0.6",
"npmlog": "^2.0.4",
"once": "^1.3.3",
"opener": "^1.4.1",
"osenv": "^0.1.3",
"promzard": "^0.3.0",
"read": "^1.0.7",
"rimraf": "^2.5.2",
"semver": "^5.1.0",
"serialport": "^4.0.1",
"slide": "^1.1.6",
"uid-number": "0.0.6",
"umask": "^1.1.0",
"validate-npm-package-name": "^2.2.2",
"which": "^1.2.10",
"write-file-atomic": "^1.1.4"
}
}