UNPKG

1.46 kBJSONView Raw
1{
2 "name": "grunt-bump",
3 "description": "Bump package version",
4 "version": "0.0.13",
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 "Mathias Paumgarten <paumgarten@soapcreative.com>",
12 "Elfrey Shira <elfrey.shira@opower.com>",
13 "adam j. sontag <ajpiano@ajpiano.com>",
14 "travis4all <travis4all@diamon.dz>",
15 "Jonas Rabbe <jonas.rabbe@gmail.com>",
16 "Snugug <snugug@gmail.com>",
17 "angleman <angleman@users.noreply.github.com>",
18 "cattail <zhongchiyu@gmail.com>",
19 "Adam Biggs <adam.biggs@lightmaker.com>",
20 "ylesaout <ylesaout@gmail.com>",
21 "Gavin <gavin@kodekoan.com>",
22 "Mathias Paumgarten <mail@mathias-paumgarten.com>",
23 "Mayhem <stepien.nicolas@gmail.com>",
24 "Michael Hellein <themichaek@gmail.com>",
25 "RobinQu <robinqu@gmail.com>"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/vojtajina/grunt-bump.git"
30 },
31 "bugs": {
32 "url": "https://github.com/vojtajina/grunt-bump/issues"
33 },
34 "main": "tasks/bump.js",
35 "engines": {
36 "node": ">= 0.8.0"
37 },
38 "scripts": {
39 "test": "grunt test"
40 },
41 "license": "MIT",
42 "dependencies": {
43 "semver": "~1.1"
44 },
45 "peerDependencies": {
46 "grunt": "~0.4"
47 },
48 "devDependencies": {
49 "grunt": "~0.4",
50 "grunt-npm": "~0.0.1",
51 "grunt-auto-release": "~0.0.3"
52 },
53 "keywords": [
54 "gruntplugin"
55 ]
56}