gulp-peaches
Version:
Peaches plugin for gulp.
38 lines (37 loc) • 876 B
JSON
{
"name": "gulp-peaches",
"version": "0.2.2",
"description": "Peaches plugin for gulp.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --require should -t 50000 ./test/"
},
"repository": {
"type": "git",
"url": "https://github.com/sorrycc/gulp-peaches"
},
"keywords": [
"gulpplugin",
"peaches"
],
"author": "chencheng <sorrycc@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sorrycc/gulp-peaches/issues"
},
"homepage": "https://github.com/sorrycc/gulp-peaches",
"dependencies": {
"debug": "~0.8.1",
"gulp-util": "~3.0.1",
"lodash": "~2.4.1",
"peaches": "~0.5.18",
"rimraf": "~2.2.8",
"through2": "~0.4.2"
},
"devDependencies": {
"event-stream": "~3.1.5",
"gulp": "~3.6.2",
"mocha": "^1.18.2",
"should": "^3.3.1"
}
}