forked from btford/grunt-conventional-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 806 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
35
36
37
38
{
"name": "grunt-conventional-changelog",
"version": "1.0.2",
"description": "Generate a markdown changelog from git commit data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/btford/grunt-conventional-changelog.git"
},
"keywords": [
"grunt",
"changelog"
],
"contributors": [
{
"name": "Brian Ford"
},
{
"name": "Vojta Jína"
}
],
"license": "BSD",
"dependencies": {
"qq": "~0.3.5"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-watch": "~0.4.4",
"grunt-release": "~0.3.3",
"grunt-simple-mocha": "~0.4.0",
"chai": "~1.7.2",
"sinon": "~1.7.3"
}
}