-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "grunt-ivantage-trello-release-notes",
"description": "Build release notes from user stories in Trello cards.",
"version": "0.6.2",
"homepage": "https://github.com/ivantage/grunt-ivantage-trello-release-notes",
"author": {
"name": "jtrussell",
"email": "jrussell@ivantagehealth.com",
"url": "ivantagehealth.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ivantage/grunt-ivantage-trello-release-notes.git"
},
"bugs": {
"url": "https://github.com/ivantage/grunt-ivantage-trello-release-notes/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ivantage/grunt-ivantage-trello-release-notes/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"grunt": "~1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"async": "^3.1.0",
"handlebars": "^4.5.3",
"inquirer": "^7.0.1",
"kramed": "^0.5.0",
"node-trello": "^1.1.2",
"node-trello-utils": "git://github.com/ivantage/node-trello-utils",
"semver": "^7.1.1",
"shelljs": "^0.8.3"
}
}