UNPKG

1.09 kBJSONView Raw
1{
2 "name": "webpack-stream",
3 "version": "2.1.1",
4 "description": "Run webpack as a stream",
5 "license": "MIT",
6 "homepage": "https://github.com/shama/webpack-stream",
7 "repository": "shama/webpack-stream",
8 "author": {
9 "name": "Kyle Robinson Young",
10 "email": "kyle@dontkry.com",
11 "url": "http://dontkry.com"
12 },
13 "engines": {
14 "node": ">= 0.10.0"
15 },
16 "scripts": {
17 "test": "semistandard && node test/test.js"
18 },
19 "files": [
20 "index.js"
21 ],
22 "semistandard": {
23 "ignore": [
24 "test/fixtures"
25 ]
26 },
27 "dependencies": {
28 "gulp-util": ">=3.0.0 <3.1.0-0",
29 "lodash.clone": ">=3.0.0 <3.1.0-0",
30 "memory-fs": ">=0.2.0 <0.3.0-0",
31 "through": ">=2.3.4 <2.4.0-0",
32 "vinyl": ">=0.5.0 <0.6.0-0",
33 "webpack": ">=1.9.0 <2.0.0-0"
34 },
35 "devDependencies": {
36 "gulp": ">=3.9.0 <3.10.0-0",
37 "rimraf": ">=2.4.0 <2.5.0-0",
38 "semistandard": "^6.1.2",
39 "tape": ">=4.0.0 <4.1.0-0",
40 "vinyl-fs": ">=0.3.9 <1.1.0-0",
41 "vinyl-named": ">=1.1.0 <1.2.0-0"
42 },
43 "keywords": [
44 "gulpplugin",
45 "webpack",
46 "stream"
47 ]
48}