forked from mxschmitt/ui-driver-hetzner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "ui-driver-hetzner",
"version": "0.1.0",
"description": "Rancher UI driver for the Hetzner Cloud docker-machine driver",
"repository": {
"type": "git",
"url": "git+https://github.com/markusheinemann/ui-driver-hetzner.git"
},
"author": "Max Schmitt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mxschmitt/ui-driver-hetzner/issues"
},
"scripts": {
"start": "gulp server",
"clean": "gulp clean",
"build": "gulp build"
},
"homepage": "https://github.com/mxschmitt/ui-driver-hetzner#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-preset-env": "^1.7.0",
"gulp": "4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-jshint": "2.1.0",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.5",
"jshint": "2.10.3",
"replace-string": "^3.0.0",
"semantic-release": "^19.0.2",
"yargs": "15.0.2"
}
}