forked from tfennelly/jenkins-js-test
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "@jenkins-cd/js-test",
"version": "1.2.3",
"description": "NPM module containing JavaScript utilities for testing Jenkins CI modules.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"README.md"
],
"author": "Tom Fennelly <tom.fennelly@gmail.com> (https://github.com/tfennelly)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jenkinsci/js-test"
},
"dependencies": {
"bootstrap-detached": "^3.3.4-v6",
"bootstrap-detached-3.3": "^3.3.4-v5",
"gulp-jasmine": "^2.0.1",
"jasmine-reporters": "^2.0.6",
"jquery-detached": "^2.1.4-v2",
"jquery-detached-2.1.4": "^2.1.4-v2",
"jqueryui-detached": "^1.11.4-v8",
"jqueryui-detached-1.11": "^1.11.4-v4",
"jsdom": "^5.6.1",
"underscore.string": "^3.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"@jenkins-cd/js-builder": "^0.0.36"
},
"peerDependencies": {
"gulp": "^3.9.1",
"@jenkins-cd/js-builder": "^0.0.36"
}
}