-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.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/JonnyBGod/grunt-push-release",
"author": {
"name": "Joao Ribeiro",
"email": "jonnybgod@gmail.com"
},
"contributors": [
"Vojta Jína <vojta.jina@gmail.com>",
"Mathias Paumgarten <paumgarten@soapcreative.com>",
"adam j. sontag <ajpiano@ajpiano.com>",
"travis4all <travis4all@diamon.dz>",
"RobinQu <robinqu@gmail.com>",
"Snugug <snugug@gmail.com>",
"Adam Biggs <adam.biggs@lightmaker.com>",
"ylesaout <ylesaout@gmail.com>",
"Gavin <gavin@kodekoan.com>",
"Mathias Paumgarten <mail@mathias-paumgarten.com>",
"Mayhem <stepien.nicolas@gmail.com>",
"Achim Sperling <achim.sperling@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/JonnyBGod/grunt-push-release.git"
},
"bugs": {
"url": "https://github.com/JonnyBGod/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"
]
}