forked from luruke/antipasto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 975 Bytes
/
package.json
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
{
"name": "antipasto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html --no-autoinstall --open",
"build": "rm -rf ./docs; parcel build src/index.html -d docs --public-url '.' --no-source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luruke/antipasto.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/luruke/antipasto/issues"
},
"homepage": "https://github.com/luruke/antipasto#readme",
"devDependencies": {
"bidello": "1.0.0",
"detect-gpu": "^1.1.0",
"glsl-fxaa": "^3.0.0",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"magicshader": "^0.1.2",
"orbit-controls-es6": "^2.0.0",
"parcel-bundler": "^1.12.3",
"resource-loader": "^3.0.1",
"math-toolbox": "^1.12.0",
"three": "^0.106.2"
},
"dependencies": {}
}