-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "ui-driver-linode",
"version": "0.7.0",
"description": "Rancher UI driver for the Linode docker-machine driver",
"repository": {
"type": "git",
"url": "git+https://github.com/linode/rancher-ui-driver-linode.git"
},
"author": "Marques Johansson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/linode/rancher-ui-driver-linode/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release"
},
"homepage": "https://github.com/linode/rancher-ui-driver-linode#readme",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"del": "7.1.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.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": "3.0.0",
"inquirer": "^8.2.4",
"jshint": "2.13.6",
"replace-string": "^2.0.0",
"yargs": "^15.3.1"
},
"overrides": {
"postcss": "^8.4.31"
}
}