-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
69 lines (69 loc) · 1.7 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": "@jenkins-cd/js-builder",
"version": "0.0.60-SNAPSHOT-1",
"description": "Jenkins CI JavaScript Build utilities.",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jjsbuilder": "./cli.js",
"jjsbuild": "./cli.js",
"jjsb": "./cli.js"
},
"files": [
"index.js",
"cli.js",
"internal",
"res",
"jenkins.png",
"README.md",
"DEVELOPMENT.md"
],
"author": "Tom Fennelly <[email protected]> (https://github.com/tfennelly)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jenkinsci/js-builder"
},
"dependencies": {
"@jenkins-cd/eslint-config-jenkins": "0.0.2",
"babel-preset-es2015": "6.5.0",
"babelify": "7.3.0",
"brfs": "1.4.3",
"browser-pack": "6.0.1",
"browser-unpack": "1.1.1",
"browserify": "12.0.1",
"browserify-transform-tools": "1.4.2",
"browserify-tree": "0.0.6",
"decamelize": "1.2.0",
"eslint": "2.2.0",
"glob": "7.0.0",
"gulp": "3.9.0",
"gulp-eslint": "2.0.0",
"gulp-if": "2.0.0",
"gulp-jasmine": "2.0.1",
"gulp-jshint": "2.0.4",
"gulp-less": "1.3.6",
"gulp-runner": "1.0.0",
"gulp-util": "3.0.6",
"handlebars": "3.0.3",
"jasmine-reporters": "2.0.6",
"jshint": "2.9.5",
"merge-stream": "1.0.1",
"minifyify": "7.1.0",
"ncp": "2.0.0",
"node-http-server": "3.0.5",
"node-notifier": "4.5.0",
"through2": "2.0.1",
"transform": "1.1.2",
"underscore.string": "3.3.4",
"vinyl-source-stream": "1.1.0",
"xml2js": "0.4.9"
},
"devDependencies": {
"@jenkins-cd/js-modules": "0.0.8",
"zombie": "4.2.1"
}
}