-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "electron-linux-installer",
"version": "0.2.2-beta",
"description": "An Easy to use CLI For Building Linux Installers (Debian / Redhat) Effortlessly.",
"main": "index.js",
"scripts": {
"test": "mocha test/**/**.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DakshMiglani/electron-linux-installer.git"
},
"bin": {
"electron-build-linux": "bin/module.js"
},
"keywords": [
"Electron",
"linux",
"installer",
"electron-installer-linux",
"electron-installer-redhat",
"electron-installer-debian"
],
"author": "Daksh Miglani <[email protected]> (https://dak.sh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DakshMiglani/electron-linux-installer/issues"
},
"homepage": "https://github.com/DakshMiglani/electron-linux-installer#readme",
"dependencies": {
"chalk": "^2.0.1",
"clear": "0.0.1",
"clui": "^0.3.6",
"electron-installer-debian": "^0.5.2",
"electron-installer-redhat": "^0.5.0",
"figlet": "^1.2.0",
"inquirer": "^3.1.1",
"minimist": "^1.2.0",
"preferences": "^0.2.1"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2"
}
}