forked from qoomon/Jira-Issue-Card-Printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1 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
{
"name": "jira-issue-card-printer",
"version": "5.4.0",
"description": "Beautiful Issue Card Printer",
"author": "Bengt Brodersen",
"license": "Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)",
"repository": "https://github.com/qoomon/Jira-Issue-Card-Printer.git",
"bugs": {
"url": "https://github.com/qoomon/Jira-Issue-Card-Printer/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "gulp build",
"build-uglify": "gulp build-uglify"
},
"devDependencies": {
"brfs": "latest",
"browserify": "latest",
"del": "latest",
"gulp": "latest",
"gulp-concat": "latest",
"gulp-sequence": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"gulp-wrapper": "latest",
"merge2": "latest",
"packageify": "latest",
"through2": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest",
"promise-polyfill": "latest",
"jquery": "latest",
"marked": "latest"
}
}