UNPKG

544 BJSONView Raw
1{
2 "author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
3 "dependencies": {
4 "art-build-configurator": "*"
5 },
6 "description": "Enhances javascript/coffeescript classes with features of more evolved class-based languages primarily through a new BaseClass.",
7 "license": "ISC",
8 "name": "art-class-system",
9 "scripts": {
10 "build": "webpack --progress",
11 "start": "webpack-dev-server --hot --inline --progress",
12 "test": "nn -s;mocha -u tdd",
13 "testInBrowser": "webpack-dev-server --progress"
14 },
15 "version": "1.11.1"
16}