forked from qoomon/Jira-Issue-Card-Printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1006 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
34
{
"name": "jira-issue-card-printer",
"version": "5.2.11",
"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": "^1.4.3",
"browserify": "^13.1.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "latest",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-wrapper": "^1.0.0",
"jquery": "^3.1.1",
"merge2": "^1.0.2",
"packageify": "^1.0.0",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"promise-polyfill": "6.0.2"
}
}