gulp-webpack
Version:
39 lines (38 loc) • 825 B
JSON
{
"name": "gulp-webpack",
"version": "0.4.1",
"description": "webpack",
"license": "MIT",
"homepage": "https://github.com/shama/gulp-webpack",
"repository": "shama/gulp-webpack",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"url": "http://dontkry.com"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"dependencies": {
"memory-fs": ">=0.1.0 <0.2.0-0",
"vinyl": ">=0.3.0 <0.4.0-0",
"through": ">=2.3.4 <2.4.0-0",
"webpack": ">=1.4.0-beta6 <1.5.0-0",
"gulp-util": ">=3.0.0 <3.1.0-0"
},
"devDependencies": {
"tape": ">=3.0.0 <3.1.0-0",
"gulp": ">=3.8.6 <3.9.0-0",
"rimraf": ".+2.2.8 <2.3.0-0"
},
"keywords": [
"gulpplugin",
"webpack"
]
}