-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "@jenkins-cd/sse-gateway",
"version": "0.0.21",
"description": "Client API for the Jenkins SSE Gateway plugin. Browser UI push events from Jenkins.",
"main": "src/main/js/index.js",
"files": [
"src/main/js",
"headless-client.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenkinsci/sse-gateway-plugin.git"
},
"keywords": [
"Jenkins",
"SSE"
],
"author": "Tom Fennelly <tom.fennelly@gmail.com> (https://github.com/tfennelly)",
"license": "MIT",
"bugs": {
"url": "https://issues.jenkins-ci.org/browse/JENKINS/component/21477"
},
"homepage": "https://github.com/jenkinsci/sse-gateway-plugin",
"devDependencies": {
"@jenkins-cd/js-builder": "0.0.40",
"@jenkins-cd/js-modules": "0.0.8",
"@jenkins-cd/js-test": "^1.2.3",
"@jenkins-cd/js-modules": "^0.0.8",
"@jenkins-cd/logging": "^0.0.6",
"event-source-polyfill": "0.0.7",
"eventsource": "0.2.1",
"gulp": "^3.9.1",
"http-proxy": "^1.14.0",
"wait-until-promise": "^1.0.0",
"xmlhttprequest": "1.8.0"
}
}