forked from jenkinsci/workflow-cps-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 662 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 662 Bytes
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
{
"name": "workflow-ui",
"version": "1.0.0",
"description": "Jenkins Pipeline UI",
"author": "Tom Fennelly <tom.fennelly@gmail.com> (https://github.com/tfennelly)",
"license": "MIT",
"scripts": {
"mvnbuild": "gulp bundle",
"mvntest": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jenkinsci/workflow-plugin/tree/master/cps"
},
"readme": "../README.md",
"devDependencies": {
"gulp": "^3.9.0",
"jenkins-js-builder": "0.0.26",
"jenkins-js-test": "0.0.15"
},
"dependencies": {
"jenkins-js-modules": "1.3.0",
"jqueryui-detached": "^1.11.4-v9",
"window-handle": "0.0.6"
}
}