UNPKG

1.22 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-standard-lib": "^1.69.8"
6 },
7 "description": "Enhances javascript/coffeescript classes with features of more evolved class-based languages primarily through a new BaseClass.",
8 "devDependencies": {
9 "art-build-configurator": "^1.26.17"
10 },
11 "homepage": "https://github.com/art-suite/art-suite-foundations",
12 "jest": {
13 "testEnvironment": "node"
14 },
15 "license": "ISC",
16 "name": "art-class-system",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/art-suite/art-suite-foundations.git"
20 },
21 "scripts": {
22 "build": "coffee --output source --compile --map source-source &\ncaf -p -c source-source -o source &\nwait\nnn -sq",
23 "build-clean": "rm -rf source/*; npm run build",
24 "start": "webpack-dev-server --hot --inline --progress",
25 "test": "nn -s;mocha -u tdd",
26 "testInBrowser": "webpack-dev-server --progress",
27 "watch": "npm-watch"
28 },
29 "version": "1.11.10",
30 "watch": {
31 "build": {
32 "extensions": "caf coffee",
33 "patterns": [
34 "source-source"
35 ],
36 "quiet": false
37 }
38 }
39}