-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.45 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "grunt-changelog",
"version": "5.0.0",
"description": "Generate a changelog using conventional-changelog",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"author": {
"name": "Brian Ford",
"url": "http://briantford.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btford/grunt-conventional-changelog.git"
},
"keywords": [
"grunt",
"gruntplugin",
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"contributors": [
{
"name": "Brian Ford"
},
{
"name": "Vojta Jína"
}
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.0",
"concat-stream": "^1.5.0",
"conventional-changelog": "^0.5.0",
"plur": "^2.0.0",
"q": "^1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-conventional-github-releaser": "^0.4.0",
"grunt-coveralls": "^1.0.0",
"grunt-istanbul": "^0.6.1",
"grunt-jscs": "^2.0.0",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.2.0"
},
"files": [
"tasks"
],
"bugs": {
"url": "https://github.com/btford/grunt-conventional-changelog/issues"
},
"homepage": "https://github.com/btford/grunt-conventional-changelog#readme"
}