ack-webpack
Version:
A code bundler that drastically reduces setup time by offering an init prompt of project setup questions and includes a fantastic browser reloader.
45 lines (44 loc) • 1.78 kB
JSON
{
"name": "ack-webpack",
"version": "1.2.2",
"description": "A code bundler that drastically reduces setup time by offering an init prompt of project setup questions and includes a fantastic browser reloader.",
"main": "webpack.config.js",
"scripts": {
"test": "node ./bin/cli test/assets/index.js test/assets/index-build.js",
"test:watch": "node ./bin/cli test/assets/index.js test/assets/index-build.js --watch --browser=test",
"test:reload": "node ./bin/cli reload test --port 3001",
"test:production": "node ./bin/cli test/assets/index.js test/assets/index-build.js --production",
"test:install": "node ./bin/cli install",
"test:install:dep": "node ./bin/cli install ack-angular-fx@^1.0.3",
"test:install:multi-dep": "node ./bin/cli install ack-angular-fx@^1.0.3 ack-x ack-p",
"test:install:multi-dep-out": "node ./bin/cli install ack-angular-fx@^1.0.3 ack-x ack-p --out test/results/js_modules",
"test:install:out": "node ./bin/cli install --out test/results/js_modules",
"test:install:js": "node ./bin/cli install:js",
"test:init:angular": "node ./bin/cli init:angular",
"test:init:font-awesome": "node ./bin/cli init:font-awesome",
"postinstall": "node ./postinstall",
"ack-webpack": "node ./bin/cli"
},
"bin": {
"ack-webpack": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AckerApple/ack-webpack.git"
},
"keywords": [
"webpack",
"json-loader",
"pug-loader"
],
"author": "Acker Apple",
"license": "MIT",
"bugs": {
"url": "https://github.com/AckerApple/ack-webpack/issues"
},
"homepage": "https://github.com/AckerApple/ack-webpack#readme",
"dependencies": {
"ack-path": "^1.5.15",
"ack-reload": "^2.0.12"
}
}