forked from JonnyBGod/grunt-push-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "grunt-push-release",
"description": "Bump package version, create tag, commit, push...",
"version": "0.1.9",
"homepage": "https://github.com/asperling/grunt-push-release",
"author": {
"name": "Joao Ribeiro",
"email": "[email protected]"
},
"contributors": [
"Vojta Jína <[email protected]>",
"Mathias Paumgarten <[email protected]>",
"adam j. sontag <[email protected]>",
"travis4all <[email protected]>",
"RobinQu <[email protected]>",
"Snugug <[email protected]>",
"Adam Biggs <[email protected]>",
"ylesaout <[email protected]>",
"Gavin <[email protected]>",
"Mathias Paumgarten <[email protected]>",
"Mayhem <[email protected]>",
"Achim Sperling <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/asperling/grunt-push-release.git"
},
"bugs": {
"url": "https://github.com/asperling/grunt-push-release/issues"
},
"main": "grunt.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"semver": "~1.1"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-npm": "~0.0.1",
"grunt-auto-release": "~0.0.3"
},
"keywords": [
"gruntplugin"
]
}