UNPKG

1.91 kBJSONView Raw
1{
2 "name": "grunt-bump",
3 "description": "Bump package version",
4 "version": "0.0.16",
5 "homepage": "https://github.com/vojtajina/grunt-bump",
6 "author": {
7 "name": "Vojta Jína",
8 "email": "vojta.jina@gmail.com"
9 },
10 "contributors": [
11 "Eddie Monge <eddie@eddiemonge.com>",
12 "Mathias Paumgarten <paumgarten@soapcreative.com>",
13 "Elfrey Shira <elfrey.shira@opower.com>",
14 "Jonas Rabbe <jonas.rabbe@gmail.com>",
15 "adam j. sontag <ajpiano@ajpiano.com>",
16 "travis4all <travis4all@diamon.dz>",
17 "Adam Biggs <adam.biggs@lightmaker.com>",
18 "Christopher Van <cvan@mozilla.com>",
19 "Christopher Van <cvan@users.noreply.github.com>",
20 "Gavin <gavin@kodekoan.com>",
21 "Jarrett Drouillard <jarrett@thestyl.us>",
22 "Mathias Paumgarten <mail@mathias-paumgarten.com>",
23 "Mayhem <stepien.nicolas@gmail.com>",
24 "Michael Hellein <themichaek@gmail.com>",
25 "Mário Gonçalves <mario.mc.goncalves@gmail.com>",
26 "Nils Winkler <nils.winkler@sungard.com>",
27 "RobinQu <robinqu@gmail.com>",
28 "Snugug <snugug@gmail.com>",
29 "angleman <angleman@users.noreply.github.com>",
30 "cattail <zhongchiyu@gmail.com>",
31 "ylesaout <ylesaout@gmail.com>"
32 ],
33 "repository": {
34 "type": "git",
35 "url": "git://github.com/vojtajina/grunt-bump.git"
36 },
37 "bugs": {
38 "url": "https://github.com/vojtajina/grunt-bump/issues"
39 },
40 "main": "tasks/bump.js",
41 "engines": {
42 "node": ">= 0.8.0"
43 },
44 "scripts": {
45 "test": "grunt nodeunit"
46 },
47 "license": "MIT",
48 "dependencies": {
49 "semver": "~2.3.0"
50 },
51 "peerDependencies": {
52 "grunt": ">=0.4.0"
53 },
54 "devDependencies": {
55 "grunt": "^0.4.0",
56 "grunt-auto-release": "^0.0.6",
57 "grunt-contrib-clean": "^0.5.0",
58 "grunt-contrib-jshint": "^0.10.0",
59 "grunt-contrib-nodeunit": "^0.4.0",
60 "grunt-npm": "^0.0.2",
61 "load-grunt-tasks": "^0.4.0"
62 },
63 "keywords": [
64 "gruntplugin"
65 ]
66}