-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 824 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
{
"name": "child-process-webpack-plugin",
"version": "0.0.2",
"description": "Webpack plugin to start background processes.",
"main": "index.js",
"scripts": {
"test": "webpack --config test/webpack.config.js",
"test:nodemon": "nodemon test/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsakos/child-process-webpack-plugin.git"
},
"author": "vsakos",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsakos/child-process-webpack-plugin/issues"
},
"homepage": "https://github.com/vsakos/child-process-webpack-plugin#readme",
"dependencies": {
"lodash": "^4.17.4",
"stream-line-wrapper": "^0.1.1"
},
"devDependencies": {
"nodemon": "^1.14.11",
"webpack": "^3.10.0"
},
"peerDependencies": {
"webpack": "^3.0.0"
}
}