forked from balena-io/etcher
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
130 lines (130 loc) · 4.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "pine64-installer",
"displayName": "PINE64 Installer",
"version": "2.0.0-beta.3",
"main": "lib/start.js",
"description": "Flash PINE64 OS images to SD cards & USB drives, safely and easily.",
"productDescription": "PINE64 Installer is a project forked from Resin.io Etcher. Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
"homepage": "https://github.com/pine64dev/PINE64-Installer",
"repository": {
"type": "git",
"url": "[email protected]:pine64dev/PINE64-Installer.git"
},
"scripts": {
"test": "npm run lint && electron-mocha --recursive --renderer tests/gui -R spec && electron-mocha --recursive tests/cli tests/shared tests/child-writer tests/image-stream -R spec",
"sass": "node-sass ./lib/gui/scss/main.scss > ./lib/gui/css/main.css",
"build-css": "node-sass --include-path scss lib/gui/scss/main.scss lib/gui/css/main.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\"",
"jslint": "eslint lib tests scripts bin versionist.conf.js",
"scsslint": "scss-lint lib/gui/scss",
"htmllint": "node scripts/html-lint.js",
"codespell": "codespell.py --dictionary=- --dictionary=dictionary lib tests",
"lint": "npm run jslint && npm run scsslint && npm run codespell && npm run htmllint",
"changelog": "versionist",
"start": "electron lib/start.js",
"clean-shrinkwrap": "node ./scripts/clean-shrinkwrap.js"
},
"author": "Juan Cruz Viotti <[email protected]>, PINE64 Developer <[email protected]>",
"license": "Apache-2.0",
"copyright": "Copyright 2016-2017 Resinio Ltd, 2017 PINE64",
"companyName": "Resinio Ltd and PINE64",
"packageIgnore": [
"LICENSE",
"Makefile",
"(.*)\\.pem",
"(.*)\\.p12",
"(.*)\\.log",
"assets/osx",
"appveyor.yml",
"bower.json",
"screenshot.png",
"tests",
"etcher-release",
"lib/scss",
"bin/etcher"
],
"shrinkwrapIgnore": [
"macos-alias",
"fs-xattr",
"ds-store",
"diskpart",
"appdmg"
],
"builder": {
"win": {
"title": "PINE64 Installer",
"version": "v2.0.0-beta.3",
"publisher": "PINE64. Powered by Resin.io",
"icon": "assets/icon.ico",
"verbosity": 1
}
},
"optionalDependencies": {
"elevator": "^2.1.0",
"removedrive": "^1.1.1"
},
"dependencies": {
"angular": "^1.6.1",
"angular-if-state": "^1.0.0",
"angular-middle-ellipses": "^1.0.0",
"angular-moment": "^1.0.1",
"angular-seconds-to-date": "^1.0.0",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"archive-type": "^3.2.0",
"bluebird": "^3.0.5",
"bootstrap-sass": "^3.3.5",
"chalk": "^1.1.3",
"drivelist": "^5.0.14",
"electron-is-running-in-asar": "^1.0.0",
"error": "^7.0.2",
"etcher-image-write": "^9.0.0",
"etcher-latest-version": "^1.0.0",
"file-tail": "^0.3.0",
"filenamify": "^2.0.0",
"flexboxgrid": "^6.3.0",
"gzip-uncompressed-size": "^1.0.0",
"immutable": "^3.8.1",
"is-elevated": "^1.0.0",
"isstream": "^0.1.2",
"lodash": "^4.5.1",
"lzma-native": "^1.5.2",
"mt-downloader": "^2.2.2",
"muxer": "^1.0.1",
"node-ipc": "^8.9.2",
"node-stream-zip": "^1.3.4",
"path-is-inside": "^1.0.2",
"read-chunk": "^2.0.0",
"redux": "^3.5.2",
"redux-localstorage": "^0.4.1",
"resin-cli-form": "^1.4.1",
"resin-cli-visuals": "^1.2.8",
"rindle": "^1.3.0",
"rx": "^4.1.0",
"semver": "^5.1.0",
"sudo-prompt": "^6.1.0",
"tail": "^1.1.0",
"trackjs": "^2.1.16",
"unbzip2-stream": "^1.0.10",
"username": "^2.1.0",
"yargs": "^4.6.0",
"yauzl": "^2.6.0"
},
"devDependencies": {
"angular-mocks": "^1.6.1",
"browserify": "^13.0.1",
"electron-builder": "^2.6.0",
"electron-mocha": "^3.1.1",
"electron-packager": "^7.0.1",
"electron-prebuilt": "1.4.4",
"eslint": "^2.13.1",
"file-exists": "^1.0.0",
"html-angular-validate": "^0.1.9",
"jsonfile": "^2.3.1",
"mochainon": "^1.0.0",
"node-sass": "^3.8.0",
"nodemon": "^1.11.0",
"tmp": "0.0.31",
"versionist": "^2.1.0"
}
}