summaryrefslogtreecommitdiff
path: root/node_modules/gulp-util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-util/package.json')
-rw-r--r--node_modules/gulp-util/package.json69
1 files changed, 38 insertions, 31 deletions
diff --git a/node_modules/gulp-util/package.json b/node_modules/gulp-util/package.json
index f4bd92d5e..4e749b4f3 100644
--- a/node_modules/gulp-util/package.json
+++ b/node_modules/gulp-util/package.json
@@ -1,44 +1,51 @@
{
"name": "gulp-util",
"description": "Utility functions for gulp plugins",
- "version": "2.2.20",
- "homepage": "http://github.com/wearefractal/gulp-util",
- "repository": "git://github.com/wearefractal/gulp-util.git",
+ "version": "3.0.8",
+ "repository": "gulpjs/gulp-util",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
- "main": "./index.js",
+ "files": [
+ "index.js",
+ "lib"
+ ],
"dependencies": {
- "chalk": "^0.5.0",
- "dateformat": "^1.0.7-1.2.3",
- "lodash._reinterpolate": "^2.4.1",
- "lodash.template": "^2.4.1",
- "minimist": "^0.2.0",
- "multipipe": "^0.1.0",
- "through2": "^0.5.0",
- "vinyl": "^0.2.1"
+ "array-differ": "^1.0.0",
+ "array-uniq": "^1.0.2",
+ "beeper": "^1.0.0",
+ "chalk": "^1.0.0",
+ "dateformat": "^2.0.0",
+ "fancy-log": "^1.1.0",
+ "gulplog": "^1.0.0",
+ "has-gulplog": "^0.1.0",
+ "lodash._reescape": "^3.0.0",
+ "lodash._reevaluate": "^3.0.0",
+ "lodash._reinterpolate": "^3.0.0",
+ "lodash.template": "^3.0.0",
+ "minimist": "^1.1.0",
+ "multipipe": "^0.1.2",
+ "object-assign": "^3.0.0",
+ "replace-ext": "0.0.1",
+ "through2": "^2.0.0",
+ "vinyl": "^0.5.0"
},
"devDependencies": {
- "mocha": "^1.17.0",
- "should": "^4.0.0",
- "mocha-lcov-reporter": "^0.0.1",
- "coveralls": "^2.7.0",
- "istanbul": "^0.2.3",
- "rimraf": "^2.2.5",
- "jshint": "^2.4.1",
- "buffer-equal": "~0.0.1",
- "lodash.templatesettings": "^2.4.1",
- "event-stream": "^3.1.0"
+ "buffer-equal": "^0.0.1",
+ "coveralls": "^2.11.2",
+ "event-stream": "^3.1.7",
+ "istanbul": "^0.3.5",
+ "istanbul-coveralls": "^1.0.1",
+ "jshint": "^2.5.11",
+ "lodash.templatesettings": "^3.0.0",
+ "mocha": "^2.0.1",
+ "rimraf": "^2.2.8",
+ "should": "^7.0.1"
},
"scripts": {
- "test": "mocha --reporter spec && jshint",
- "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
+ "test": "jshint *.js lib/*.js test/*.js && mocha",
+ "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls"
},
"engines": {
- "node": ">= 0.9"
+ "node": ">=0.10"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/gulp-util/raw/master/LICENSE"
- }
- ]
+ "license": "MIT"
}