gulp-webpack
Version:
41 lines (40 loc) • 895 B
JSON
{
"name": "gulp-webpack",
"version": "1.5.0",
"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.2.0 <0.3.0-0",
"vinyl": ">=0.5.0 <0.6.0-0",
"through": ">=2.3.4 <2.4.0-0",
"webpack": ">=1.9.0 <2.0.0-0",
"gulp-util": ">=3.0.0 <3.1.0-0"
},
"devDependencies": {
"gulp": ">=3.9.0 <3.10.0-0",
"rimraf": ">=2.3.0 <2.4.0-0",
"tape": ">=4.0.0 <4.1.0-0",
"vinyl-fs": ">=0.3.9 <1.1.0-0",
"vinyl-named": ">=1.1.0 <1.2.0-0"
},
"keywords": [
"gulpplugin",
"webpack"
]
}