UNPKG

gulp-codename

Version:

A gulp plugin to include codename for your application based on SEMVER version.

43 lines (42 loc) 964 B
{ "name": "gulp-codename", "version": "0.1.1", "description": "A gulp plugin to include codename for your application based on SEMVER version.", "license": "MIT", "keywords": [ "gulp-codename", "codename", "gulp", "scriptwerx", "gulpplugin", "gulpfriendly" ], "homepage": "https://github.com/scriptwerx/gulp-codename", "bugs": { "url": "https://github.com/scriptwerx/gulp-codename/issues" }, "author": "Paul Massey <paul.massey@scriptwerx.io> (http://www.scriptwerx.io)", "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/scriptwerx/gulp-codename" }, "scripts": { "test": "mocha" }, "dependencies": { "detect-indent": "^3.0.1", "gulp-util": "^3.0.4", "lodash": "~3.5.0", "path": "^0.11.14", "through2": "~0.6.3" }, "devDependencies": { "gulp": "*", "mocha": "*", "should": "*" }, "directories": { "test": "test" } }