forked from vojtajina/grunt-bump
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.62 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
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
{
"name": "grunt-bump",
"description": "Bump package version",
"version": "0.0.14",
"homepage": "https://github.com/vojtajina/grunt-bump",
"author": {
"name": "Vojta Jína",
"email": "vojta.jina@gmail.com"
},
"contributors": [
"Eddie Monge <eddie@eddiemonge.com>",
"Mathias Paumgarten <paumgarten@soapcreative.com>",
"Elfrey Shira <elfrey.shira@opower.com>",
"Jonas Rabbe <jonas.rabbe@gmail.com>",
"adam j. sontag <ajpiano@ajpiano.com>",
"travis4all <travis4all@diamon.dz>",
"Adam Biggs <adam.biggs@lightmaker.com>",
"Gavin <gavin@kodekoan.com>",
"Mathias Paumgarten <mail@mathias-paumgarten.com>",
"Mayhem <stepien.nicolas@gmail.com>",
"Michael Hellein <themichaek@gmail.com>",
"Mário Gonçalves <mario.mc.goncalves@gmail.com>",
"RobinQu <robinqu@gmail.com>",
"Snugug <snugug@gmail.com>",
"angleman <angleman@users.noreply.github.com>",
"cattail <zhongchiyu@gmail.com>",
"ylesaout <ylesaout@gmail.com>"
],
"repository": "vojtajina/grunt-bump",
"bugs": {
"url": "https://github.com/vojtajina/grunt-bump/issues"
},
"main": "tasks/bump.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"license": "MIT",
"dependencies": {
"semver": "~1.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-auto-release": "^0.0.6",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt-npm": "^0.0.2",
"load-grunt-tasks": "^0.4.0"
},
"keywords": [
"gruntplugin"
]
}