forked from shama/webpack-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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": "[email protected]",
"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"
]
}