-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1000 Bytes
/
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
{
"name": "com.siemens.bt.jazz.rtc.workitemeditor.presentation.statushistory",
"version": "2.4.1",
"description": "Non-Attribute-based Work Item Editor Extension for Rational Team Concert that shows all Status changes since the creation of the work item in form of a timeline.",
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-community/rtc-statushistory-presentation.git"
},
"keywords": [
"jazz",
"rtc",
"workitem"
],
"author": "Lukas Steiger, Siemens AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/jazz-community/rtc-statushistory-presentation/issues"
},
"homepage": "http://jazz-community.org",
"dependencies": {
"jazz-update-site-webpack-plugin": "^0.4.1",
"webpack": "^4.16.5"
},
"devDependencies": {
"webpack-cli": "^3.1.0",
"@actions/core": "^1.10.0",
"disable-output-webpack-plugin": "^1.0.1",
"remove-files-webpack-plugin": "^1.4.0"
}
}