-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.91 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
{
"name": "jenia",
"title": "Jenia",
"version": "0.4.0",
"description": "Jenia is a simple cross-platform GUI client for Jenkins CI. Built on Electron.",
"homepage": "https://github.com/roman0x58/jenia/",
"repository": {
"type": "git",
"url": "https://github.com/roman0x58/jenia"
},
"main": "main.js",
"author": "Roman Belikin",
"license": "MIT",
"scripts": {
"start": "gulp start",
"release": "gulp pkg --type=dmg --env=production && docker-compose run deb && docker-compose run rpm"
},
"devDependencies": {
"archiver": "^2.0.3",
"async": "^2.3.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"browserify-handlebars": "^1.0.0",
"del": "^2.2.0",
"electron": "^2.0.8",
"electron-installer-debian": "^0.5.1",
"electron-installer-dmg": "^0.2.1",
"electron-installer-redhat": "^0.4.0",
"electron-packager": "^8.6.0",
"electron-winstaller": "^2.6.3",
"gh-release": "^3.1.1",
"glob": "^7.0.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-npm-files": "^0.1.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.6.0",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"hbsfy": "^2.7.0",
"jshint": "^2.9.4",
"lodash": "^4.13.1",
"lost": "^8.0.0",
"nib": "^1.1.0",
"poststylus": "^0.2.3",
"q": "^1.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
},
"dependencies": {
"flyd": "^0.2.4",
"loglevel": "^1.4.1",
"mithril": "^1.1.4",
"moment": "^2.15.2",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"semver": "^5.3.0"
}
}