art-config
Version:
A powerful yet simple tool for configuring all your libraries consistently.
42 lines (41 loc) • 1.32 kB
JSON
{
"author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
"bugs": "https:/github.com/art-suite/art-suite-foundations2/issues",
"dependencies": {
"art-build-configurator": "^1.26.10",
"art-events": "*"
},
"description": "A powerful yet simple tool for configuring all your libraries consistently.",
"devDependencies": {
"art-testbench": "^1.17.3",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"coffee-loader": "^0.7.3",
"css-loader": "^3.0.0",
"json-loader": "^0.5.7",
"mocha": "^7.2.0",
"mock-fs": "^4.10.0",
"script-loader": "^0.7.2",
"style-loader": "^1.2.1",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"homepage": "https://github.com/art-suite/art-suite-foundations2",
"license": "ISC",
"name": "art-config",
"repository": {
"type": "git",
"url": "https://github.com/art-suite/art-suite-foundations2.git"
},
"scripts": {
"build": "webpack --progress",
"start": "webpack-dev-server --hot --inline --progress --env.devServer",
"test": "nn -s;mocha -u tdd",
"testInBrowser": "webpack-dev-server --progress --env.devServer"
},
"version": "1.13.1"
}