-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "Shane Brinkman-Davis Delamore, Imikimi LLC",
"bugs": "https:/github.com/art-suite/art-atomic/issues",
"dependencies": {
"art-standard-lib": "^1.69.4"
},
"description": "atomic data-types such as Color, Point, Rectangle and Matrix",
"devDependencies": {
"art-build-configurator": "*",
"jest": "^26.1.0",
"art-testbench": "*",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"coffee-loader": "^0.7.3",
"css-loader": "^3.0.0",
"json-loader": "^0.5.7",
"mocha": "^6.2.0",
"mock-fs": "^4.10.0",
"script-loader": "^0.7.2",
"style-loader": "^1.0.0",
"webpack": "^4.39.1",
"webpack-cli": "*",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-stylish": "^0.1.8"
},
"homepage": "https://github.com/art-suite/art-atomic",
"jest": {
"testEnvironment": "node"
},
"license": "ISC",
"name": "art-atomic",
"repository": {
"type": "git",
"url": "https://github.com/art-suite/art-atomic.git"
},
"scripts": {
"build": "coffee --output source --compile --map source-source &\ncaf -p -c source-source -o source &\nwait\nnn -sq",
"build-clean": "rm -rf source/*; npm run build",
"start": "webpack-dev-server --hot --inline --progress --env.devServer",
"test": "jest",
"testInBrowser": "webpack-dev-server --progress --env.devServer",
"watch": "npm-watch"
},
"version": "1.27.8",
"watch": {
"build": {
"extensions": "caf,coffee",
"patterns": [
"source-source"
],
"quiet": false
}
}
}