-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "grunt-conventional-github-releaser",
"version": "1.0.0",
"description": "Make a new GitHub release using conventional-github-releaser",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"author": "Steve Mao (https://github.com/stevemao)",
"repository": "stevemao/grunt-conventional-github-releaser",
"keywords": [
"grunt",
"gruntplugin",
"conventional-github-releaser",
"github",
"gh",
"release",
"releases",
"conventional-changelog",
"conventional",
"changelog",
"log"
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.0",
"conventional-github-releaser": "^1.1.0",
"plur": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-coveralls": "^1.0.0",
"grunt-github-remove-all-releases": "^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"
]
}