forked from marioecg/gpu-party
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 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": "iknowhowifeel",
"version": "1.0.0",
"description": "Parcel quick setup to make one pagers",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marioecg/IknowhowIfeel.git"
},
"author": "marioecg",
"license": "ISC",
"bugs": {
"url": "https://github.com/marioecg/IknowhowIfeel/issues"
},
"homepage": "https://github.com/marioecg/IknowhowIfeel#readme",
"dependencies": {
"dat.gui": "^0.7.7",
"glsl-curl-noise": "^0.0.4",
"glsl-noise": "^0.0.0",
"gsap": "^3.6.1",
"lodash.debounce": "^4.0.8",
"parcel-bundler": "^1.12.4",
"three": "^0.128.0",
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2",
"sass": "^1.32.13"
}
}