UNPKG

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