UNPKG

811 BJSONView Raw
1{
2 "name": "ashes3d",
3 "version": "0.0.50",
4 "description": "An 3D engine for indie games",
5 "main": "build/ashes.main.js",
6 "repository": "https://github.com/but0n/Ashes.git",
7 "author": "but0n <but0n@icloud.com>",
8 "license": "MIT",
9 "dependencies": {},
10 "devDependencies": {
11 "@types/webgl2": "^0.0.4",
12 "concurrently": "^4.1.0",
13 "gl-matrix": "2.8.1",
14 "http-server": "^0.11.1",
15 "madge": "^3.2.0",
16 "rollup": "^1.1.0",
17 "rollup-plugin-glsl": "^1.3.0",
18 "rollup-plugin-typescript2": "^0.18.1",
19 "typescript": "^3.2.2"
20 },
21 "scripts": {
22 "prebuild": "rm -rf build",
23 "build": "rollup -c && madge ./build --circular",
24 "dev": "concurrently -n \"HTTP,WATCH\" -c \"bgCyan.bold,bgRed.bold\" \"http-server -s -o -c-1\" \"rollup -cw\"",
25 "test": "rollup -c"
26 }
27}