UNPKG

1.36 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-class-system": "^1.11.10",
6 "art-events": "^1.3.7",
7 "art-standard-lib": "^1.69.8"
8 },
9 "description": "A powerful yet simple tool for configuring all your libraries consistently.",
10 "devDependencies": {
11 "art-testbench": "^2.2.5",
12 "case-sensitive-paths-webpack-plugin": "^2.2.0",
13 "chai": "^4.2.0",
14 "coffee-loader": "^0.7.3",
15 "css-loader": "^3.6.0",
16 "json-loader": "^0.5.7",
17 "mocha": "^7.2.0",
18 "mock-fs": "^4.13.0",
19 "script-loader": "^0.7.2",
20 "style-loader": "^1.2.1",
21 "webpack": "^4.44.1",
22 "webpack-cli": "^3.3.12",
23 "webpack-dev-server": "^3.11.0",
24 "webpack-merge": "^4.2.1",
25 "webpack-node-externals": "^1.7.2",
26 "webpack-stylish": "^0.1.8"
27 },
28 "homepage": "https://github.com/art-suite/art-suite-foundations",
29 "license": "ISC",
30 "name": "art-config",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/art-suite/art-suite-foundations.git"
34 },
35 "scripts": {
36 "build": "webpack --progress",
37 "start": "webpack-dev-server --hot --inline --progress --env.devServer",
38 "test": "nn -s;mocha -u tdd",
39 "testInBrowser": "webpack-dev-server --progress --env.devServer"
40 },
41 "version": "1.13.10"
42}