UNPKG

649 BJSONView Raw
1{
2 "name": "gulp-bump",
3 "description": "Bump npm versions with Gulp (gulpjs.com)",
4 "version": "0.1.9",
5 "homepage": "http://github.com/stevelacy/gulp-bump",
6 "repository": "git://github.com/stevelacy/gulp-bump.git",
7 "author": "Steve Lacy me@slacy.me (slacy.me)",
8 "main": "./index.js",
9 "dependencies": {
10 "semver":"*",
11 "gulp":"*"
12 },
13 "devDependencies": {
14 "mocha": "*",
15 "should": "*",
16 "gulp-util":"*"
17 },
18 "scripts": {
19 "test": "mocha"
20 },
21 "engines": {
22 "node": ">= 0.8.0"
23 },
24 "licenses": [
25 {
26 "type": "MIT",
27 "url": "http://github.com/stevelacy/gulp-bump/raw/master/LICENSE"
28 }
29 ]
30}