-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
36
37
38
39
{
"name": "marbled-paper",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"start": "parcel index.html --no-hmr",
"clean": "rm -rf dist .cache",
"build": "npm run clean && parcel build index.html",
"now-build": "npm run build",
"deploy": "now",
"alias": "now alias"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nonphoto/marbled-paper.git"
},
"author": "Jonas Luebbers",
"license": "MIT",
"bugs": {
"url": "https://github.com/nonphoto/marbled-paper/issues"
},
"homepage": "https://github.com/nonphoto/marbled-paper",
"dependencies": {
"a-big-triangle": "^1.0.3",
"controlkit": "^0.1.9",
"gl-fbo": "^2.0.5",
"gl-matrix": "^2.7.1",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"hex-rgb": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"raf-loop": "^1.1.3",
"stats.js": "^0.17.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.0"
}
}