-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
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
40
41
42
43
44
45
46
{
"license": "ISC",
"name": "resonate2016-splash",
"repository": {
"url": "https://github.com/silviopaganini/rapid-prototype",
"type": "git"
},
"author": "Silvio Paganini",
"bugs": {
"url": "https://github.com/silviopaganini/rapid-prototype/issues"
},
"version": "0.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo --dir dist/ src/index.js:js/bundle.js --live -- -t babelify -t glslify | garnish",
"build": "browserify -t babelify -t glslify src/index.js | uglifyjs -cm > dist/js/bundle.js",
"deploy": "npm run build && dploy resonate_staging"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"budo": "^5.1.5",
"dat-gui": "^0.5.0",
"dom-events": "^0.1.1",
"garnish": "^2.1.3",
"glsl-easings": "^1.0.0",
"glsl-noise": "0.0.0",
"glslify": "^2.1.1",
"gof-gpu": "^1.0.4",
"gsap": "^1.18.0",
"page": "^1.6.4",
"stats-js": "^1.0.0-alpha1",
"three-orbit-controls": "^69.0.4",
"three.js": "^0.73.0",
"uglifyjs": "^2.4.10",
"utils-perf": "^1.1.1",
"wallop": "^2.2.3",
"watchify": "^3.2.3",
"dploy": "^1.2.0"
},
"main": "index.js",
"description": "",
"dependencies": {
"glslify": "^2.1.1"
}
}