-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 Bytes
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
{
"name": "WebGLBlobs",
"version": "1.0.0",
"description": "Distorted blob spheres using Three.js",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"start": "parcel *.html",
"build": "parcel build *.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codrops/WebGLBlobs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codrops/WebGLBlobs/issues"
},
"homepage": "https://github.com/codrops/WebGLBlobs#readme",
"dependencies": {
"dat.gui": "^0.7.7",
"glsl-noise": "^0.0.0",
"glsl-rotate": "^1.1.0",
"gsap": "^3.5.1",
"parcel-bundler": "^1.12.4",
"three": "^0.123.0"
},
"devDependencies": {
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2"
}
}