-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 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
{
"name": "com.siemens.bt.jazz.workitemeditor.rtcEmailWorkItemAction",
"version": "1.1.0",
"description": "Email Work Item with the Local Client",
"main": "./resources/ui/EmailWorkItem.js",
"devDependencies": {
"disable-output-webpack-plugin": "^1.0.1",
"jazz-update-site-webpack-plugin": "^0.4.1",
"moment": "^2.24.0",
"remove-files-webpack-plugin": "^1.4.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"build": "webpack --config ./webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazz-community/rtc-email-workitem-action.git"
},
"keywords": [
"Jazz",
"RTC",
"Work Item",
"Email"
],
"author": "Martin Benninger, Siemens AG",
"license": "MIT",
"bugs": {
"url": "https://github.com/jazz-community/rtc-email-workitem-action/issues"
},
"homepage": "https://github.com/jazz-community/rtc-email-workitem-action#readme"
}