forked from qoomon/Jira-Issue-Card-Printer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 862 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 862 Bytes
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
{
"name": "jira-issue-card-printer",
"version": "5.8.1",
"description": "Beautiful Issue Card Printer",
"author": "Bengt Brodersen",
"license": "CC-BY-SA-4.0",
"repository": "https://github.com/qoomon/Jira-Issue-Card-Printer.git",
"bugs": {
"url": "https://github.com/qoomon/Jira-Issue-Card-Printer/issues"
},
"scripts": {
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"promise-polyfill": "latest",
"jquery": "latest",
"marked": "latest"
},
"devDependencies": {
"brfs": "latest",
"clean-webpack-plugin": "latest",
"copy-webpack-plugin": "latest",
"git-revision": "latest",
"transform-loader": "latest",
"uglifyjs-webpack-plugin": "latest",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.0",
"webpack-serve": "latest"
}
}