This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "eintopf",
"private": true,
"productName": "Eintopf",
"identifier": "com.mazehall.eintopf",
"description": "The smartest way to share and administrate docker projects.",
"version": "1.3.2",
"author": "Jens Klose <jens.klose@mazehall.com>",
"maintainers": [
"jens klose <jens.klose@mazehall.com>",
"marcel kilian <marcel.kilian@mazehall.com>",
"ronny eisenkolb <ronny.eisenkolb@mazehall.com>",
"katja patzelt <katja.patzelt@mazehall.com>"
],
"main": "src/main.js",
"config": {
"target": "development"
},
"dependencies": {
"ansi-to-html-umd": "^0.4.2",
"asar": "^0.8.0",
"coffee-script": "1.9.3",
"config": "^1.20.2",
"docker-events": "0.0.2",
"dockerode": "^2.2.9",
"fs-jetpack": "^0.7.0",
"gift": "^0.6.1",
"is-online": "^5.1.1",
"kefir": "2.7.0",
"kefir-storage": "^1.1.2",
"node-forge": "^0.10.0",
"node-rsa": "^0.3.2",
"strip-ansi": "^3.0.0",
"tmp": "0.0.28"
},
"devDependencies": {
"electron-prebuilt": "^0.36.12",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "^0.3.11",
"gulp-util": "^3.0.6",
"jasmine-node": "^1.14.5",
"q": "^1.4.1",
"rewire": "^2.3.4"
},
"optionalDependencies": {
"appdmg": "^0.3.2",
"rcedit": "^0.3.0"
},
"scripts": {
"start": "node ./tasks/start-dev",
"postinstall": "node ./tasks/postinstall",
"release": "./node_modules/.bin/gulp release --env=production",
"test": "node_modules/.bin/jasmine-node --coffee tests/specs",
"test-e2e": "node tasks/test-e2e.js"
}
}