-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.19 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
48
49
50
51
52
53
54
{
"name": "grunt-jira-actions",
"description": "Grunt tasks to perform Jira actions",
"version": "1.0.5",
"homepage": "https://github.com/jwtd/grunt-jira-actions",
"author": {
"name": "Jordan Duggan",
"email": "Jordan.Duggan@Gmail.com",
"url": "https://github.com/jwtd"
},
"repository": {
"type": "git",
"url": "https://github.com/jwtd/grunt-jira-actions"
},
"bugs": {
"url": "https://github.com/jwtd/grunt-jira-actions/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jwtd/grunt-jira-actions/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"grunt",
"jira"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test",
"inchjs": "node_modules/inchjs/bin/inchjs"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-github-changes": "0.1.0",
"grunt-release": "^0.13.0",
"inchjs": "^0.4.1",
"nock": "^7.7.2",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"matchdep": "^1.0.1",
"jira": "^0.10.0",
"q": "^2.0.3"
}
}