UNPKG

636 BJSONView Raw
1{
2 "name": "gulp-bump",
3 "description": "Bump npm versions with Gulp (gulpjs.com)",
4 "appversion": "0.1.0",
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 },
12 "devDependencies": {
13 "mocha": "*",
14 "should": "*",
15 "gulp-util":"*"
16 },
17 "scripts": {
18 "test": "mocha"
19 },
20 "engines": {
21 "node": ">= 0.8.0"
22 },
23 "licenses": [
24 {
25 "type": "MIT",
26 "url": "http://github.com/stevelacy/gulp-bump/raw/master/LICENSE"
27 }
28 ]
29}