-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
36 lines (36 loc) · 888 Bytes
/
bower.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
{
"name": "kimotion",
"version": "0.0.0",
"homepage": "https://github.com/mwcz/Kimotion",
"authors": [
"mwcz <[email protected]>"
],
"description": "A spiffy, new, ultra customizable visualization renderer for interactive art exhibits.",
"moduleType": [
"amd",
"es6"
],
"license": "GPL-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"dat-gui": "^0.5.1",
"nprogress": "^0.2.0",
"three.js": "threejs#*",
"tinycolor": "^1.4.1",
"tween.js": "tweenjs#^16.3.4",
"zepto": "^1.1.6",
"lodash": "^4.14.0",
"p5.play": "https://github.com/molleindustria/p5.play.git",
"leapjs": "^0.6.4",
"p5.js": "p5js#^0.5.3",
"ShaderParticleEngine": "https://github.com/squarefeet/ShaderParticleEngine.git#^1.0.5"
},
"devDependencies": {}
}