-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.38 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
{
"name": "fabiodr.github.io",
"description": "fabiodr.github.io",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabiodr/fabiodr.github.io"
},
"scripts": {
"start": "budo index.js:bundle.js --live --verbose --host localhost --port 3000 --open",
"start-cards": "budo index-cards.js:cards-bundle.js --live --verbose --host localhost --port 3000 --open",
"start-physics": "budo index-physics.js:physics-bundle.js --live --verbose --host localhost --port 3000 --open",
"start-laser": "budo index-laser.js:laser-bundle.js --live --verbose --host localhost --port 3000 --open",
"build": "browserify index.js | uglifyjs -cm > bundle.js",
"build-cards": "browserify index-cards.js | uglifyjs -cm > cards-bundle.js",
"build-laser": "browserify index-laser.js | uglifyjs -cm > laser-bundle.js",
"deploy": "ghpages",
"ghpages": "ghpages"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"browserify": "^14.4.0",
"budo": "^10.0.3",
"ghpages": "0.0.10",
"uglify-js": "^3.0.17"
},
"keywords": [
"aframe",
"webvr",
"vr"
],
"dependencies": {
"aframe-controller-cursor-component": "^0.2.7",
"aframe-log-component": "^1.0.7",
"aframe-physics-system": "^1.4.1",
"animejs": "^2.0.2",
"d3": "^4.9.1",
"numeral": "^2.0.6"
}
}