UNPKG

1.69 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.9"
8 },
9 "description": "A powerful yet simple tool for configuring all your libraries consistently.",
10 "devDependencies": {
11 "art-testbench": "^2.2.8",
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.2",
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 "jest": {
30 "collectCoverageFrom": [
31 "source/**/*.js",
32 "!source/_?[Jjt]est/**/*.js"
33 ],
34 "testEnvironment": "node"
35 },
36 "license": "ISC",
37 "name": "art-config",
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/art-suite/art-suite-foundations.git"
41 },
42 "scripts": {
43 "build": "coffee --output source --compile source-source; caf -p -c source-source -o source; nn -s",
44 "build-clean": "npm run clean; npm run build",
45 "clean": "rm -rf source/*",
46 "test": "nn -s;mocha -u tdd",
47 "watch": "npm-watch"
48 },
49 "version": "1.14.0",
50 "watch": {
51 "build": {
52 "extensions": [
53 "caf"
54 ],
55 "patterns": [
56 "source-source"
57 ],
58 "quiet": false
59 }
60 }
61}