UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@jenkins-cd/js-builder",
3 "version": "0.0.40",
4 "description": "Jenkins CI JavaScript Build utilities.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "prepublish": "./prepublish.sh"
9 },
10 "files": [
11 "index.js",
12 "internal",
13 "res",
14 "jenkins.png",
15 "README.md",
16 "DEVELOPMENT.md"
17 ],
18 "author": "Tom Fennelly <tom.fennelly@gmail.com> (https://github.com/tfennelly)",
19 "license": "MIT",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/jenkinsci/js-builder"
23 },
24 "dependencies": {
25 "@jenkins-cd/eslint-config-jenkins": "0.0.2",
26 "babel-preset-es2015": "^6.5.0",
27 "babelify": "^7.x",
28 "brfs": "^1.4.3",
29 "browser-pack": "^6.0.1",
30 "browser-unpack": "^1.1.1",
31 "browserify": "^12.0.1",
32 "browserify-transform-tools": "^1.4.2",
33 "eslint": "^2.2.0",
34 "handlebars": "^3.0.3",
35 "glob": "^7.0.0",
36 "gulp": "^3.9.0",
37 "gulp-eslint": "^2.0.0",
38 "gulp-if": "^2.0.0",
39 "gulp-jasmine": "^2.0.1",
40 "gulp-jshint": "^2.x",
41 "gulp-less": "^1.3.6",
42 "gulp-util": "^3.0.6",
43 "jasmine-reporters": "^2.0.6",
44 "jshint": "^2.x",
45 "minifyify": "^7.1.0",
46 "ncp": "^2.0.0",
47 "node-http-server": "^3.0.5",
48 "node-notifier": "^4.5.0",
49 "through2": "^2.0.1",
50 "transform": "^1.1.2",
51 "underscore.string": "3.3.4",
52 "vinyl-source-stream": "^1.1.0",
53 "xml2js": "^0.4.9"
54 },
55 "devDependencies": {
56 "@jenkins-cd/js-modules": "^0.0.8",
57 "zombie": "^4.2.1"
58 },
59 "peerDependencies": {
60 "@jenkins-cd/js-modules": "^0.0.8"
61 }
62}