UNPKG

1.33 kBJSONView Raw
1{
2 "author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
3 "bugs": "https://github.com/art-suite/art-suite-foundations/issues",
4 "dependencies": {
5 "art-build-configurator": "^1.26.14",
6 "art-events": "^1.3.4"
7 },
8 "description": "A powerful yet simple tool for configuring all your libraries consistently.",
9 "devDependencies": {
10 "art-testbench": "^1.18.8",
11 "case-sensitive-paths-webpack-plugin": "^2.2.0",
12 "chai": "^4.2.0",
13 "coffee-loader": "^0.7.3",
14 "css-loader": "^3.6.0",
15 "json-loader": "^0.5.7",
16 "mocha": "^7.2.0",
17 "mock-fs": "^4.10.0",
18 "script-loader": "^0.7.2",
19 "style-loader": "^1.2.1",
20 "webpack": "^4.39.1",
21 "webpack-cli": "^3.3.12",
22 "webpack-dev-server": "^3.11.0",
23 "webpack-merge": "^4.2.1",
24 "webpack-node-externals": "^1.7.2",
25 "webpack-stylish": "^0.1.8"
26 },
27 "homepage": "https://github.com/art-suite/art-suite-foundations",
28 "license": "ISC",
29 "name": "art-config",
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/art-suite/art-suite-foundations.git"
33 },
34 "scripts": {
35 "build": "webpack --progress",
36 "start": "webpack-dev-server --hot --inline --progress --env.devServer",
37 "test": "nn -s;mocha -u tdd",
38 "testInBrowser": "webpack-dev-server --progress --env.devServer"
39 },
40 "version": "1.13.7"
41}