-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
36
{
"name": "jiraclipboard",
"version": "1.5.0",
"description": "Quickly exports issue open in the current tab (or all open tabs) to the clipboard",
"main": "index.js",
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dev-prod-switch": "^0.1.8",
"grunt-replace": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomlongridge/jiraclipboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomlongridge/jiraclipboard/issues"
},
"homepage": "https://github.com/tomlongridge/jiraclipboard#readme"
}