UNPKG

976 BJSONView Raw
1{
2 "name": "webpack-stream",
3 "version": "3.1.0",
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.7",
29 "lodash.clone": "^3.0.3",
30 "memory-fs": "^0.3.0",
31 "through": "^2.3.8",
32 "vinyl": "^1.1.0",
33 "webpack": "^1.12.9"
34 },
35 "devDependencies": {
36 "gulp": "^3.9.0",
37 "rimraf": "^2.4.4",
38 "semistandard": "^7.0.4",
39 "tape": "^4.2.2",
40 "vinyl-fs": "^2.2.1",
41 "vinyl-named": "^1.1.0"
42 },
43 "keywords": [
44 "gulpplugin",
45 "webpack",
46 "stream"
47 ]
48}