-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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": "Virtual-Multiverse",
"description": "An Example of possibilites with webvr, aframe",
"private": true,
"author": "designtack",
"homepage": "https://dwivedithedev.github.io/VirtualMultiverseWebVR",
"version": "0.0.1",
"repository": "https://github.com/dwivedithedev/VirtualMultiverseWebVR",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"deploy": "./bin/deploy.sh"
},
"dependencies": {
"aframe": "^0.6.0",
"aframe-animation-component": "^3.2.5",
"aframe-bmfont-text-component": "^0.1.4",
"aframe-event-set-component": "^3.0.3",
"aframe-particle-system-component": "^1.0.10",
"aframe-react": "^4.3.0",
"gh-pages": "^1.2.0",
"preact": "^8.1.0"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-latest": "^6",
"brunch": "^2",
"clean-css-brunch": "^2",
"ghpages": "0.0.3",
"uglify-js-brunch": "^2"
},
"main": "index.js",
"license": "MIT"
}