forked from balena-io/etcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "resin-etcher",
"version": "0.0.1",
"main": "lib/etcher.js",
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
"homepage": "https://github.com/resin-io/resin-etcher",
"repository": {
"type": "git",
"url": "[email protected]:resin-io/resin-etcher.git"
},
"scripts": {
"test:main": "electron-mocha --recursive tests/src",
"test:browser": "electron-mocha --recursive --renderer tests/browser",
"test": "npm run-script test:main && npm run-script test:browser",
"start": "electron lib/etcher.js"
},
"author": "Juan Cruz Viotti <[email protected]>",
"license": "Apache-2.0",
"optionalDependencies": {
"elevator": "^1.0.0",
"removedrive": "^1.0.0"
},
"dependencies": {
"angular": "^1.4.6",
"angular-ui-bootstrap": "^0.14.2",
"bluebird": "^3.0.5",
"bootstrap-sass": "^3.3.5",
"drivelist": "^2.0.7",
"electron-window": "^0.6.0",
"flexboxgrid": "^6.3.0",
"is-elevated": "^1.0.0",
"lodash": "^3.10.1",
"resin-image-write": "^2.0.5",
"sudo-prompt": "^2.0.2",
"umount": "^1.1.1"
},
"devDependencies": {
"angular-mocks": "^1.4.7",
"browserify": "^12.0.1",
"electron-mocha": "^0.6.1",
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.31.2",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-sass": "^2.0.4",
"jshint-stylish": "^2.0.1",
"mochainon": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}