UNPKG

881 BJSONView Raw
1{
2 "name": "parallel-webpack",
3 "version": "1.3.1",
4 "description": "Builds multiple webpack configurations in parallel and allows you to easily create variants to those configurations.",
5 "main": "index.js",
6 "bin": {
7 "parallel-webpack": "bin/run.js"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "keywords": [
13 "webpack",
14 "parallel"
15 ],
16 "author": "Patrick Gotthardt <patrick.gotthardt@trivago.com>",
17 "license": "BSD-3-Clause",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/trivago/parallel-webpack"
21 },
22 "bugs": {
23 "url": "https://github.com/trivago/parallel-webpack/issues"
24 },
25 "dependencies": {
26 "bluebird": "^3.0.6",
27 "chalk": "^1.1.1",
28 "lodash": "^3.10.1",
29 "minimist": "^1.2.0",
30 "supports-color": "^3.1.2",
31 "webpack": "^1.12.9",
32 "worker-farm": "^1.3.1"
33 }
34}