UNPKG

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