-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.01 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "grunt-jira",
"description": "JIRA integration for Grunt",
"version": "0.2.1",
"keywords": [
"grunt",
"gruntplugin",
"jira"
],
"main": "tasks/jira.js",
"homepage": "https://github.com/ronaldtreur/grunt-jira",
"author": {
"name": "Ronald Treur",
"email": "[email protected]",
"url": "http://lostparticle.net"
},
"repository": {
"type": "git",
"url": "git://github.com/ronaldtreur/grunt-jira.git"
},
"bugs": {
"url": "https://github.com/ronaldtreur/grunt-jira/issues",
"email": "[email protected]"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ronaldtreur/grunt-jira/blob/master/LICENSE"
}
],
"dependencies": {
"jira": "~0.9.2"
},
"devDependencies": {
"grunt-readme-generator": "^0.3.41",
"grunt-release": "^0.12.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}