UNPKG

559 BJSONView Raw
1{
2 "name": "webpack-command",
3 "version": "0.0.0",
4 "description": "A lightweight, modular webpack CLI",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/webpack-contrib/webpack-command.git"
12 },
13 "author": "Andrew Powell <andrew@shellscape.org>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/webpack-contrib/webpack-command/issues"
17 },
18 "homepage": "https://github.com/webpack-contrib/webpack-command#readme"
19}