-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "webvrexperience",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolideaPlayground/WebVRExperience.git"
},
"keywords": [
"webvr",
"vr",
"aframe"
],
"author": "Polidea",
"license": "ISC",
"bugs": {
"url": "https://github.com/PolideaPlayground/WebVRExperience/issues"
},
"homepage": "https://polideaplayground.github.io/WebVRExperience/",
"dependencies": {
"aframe": "^0.7.0",
"aframe-animation-component": "^3.2.5",
"aframe-gradient-sky": "^1.0.4",
"aframe-particle-system-component": "^1.0.10",
"aframe-react": "^4.3.0",
"gh-pages": "^1.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-ga": "^2.3.5",
"react-scripts": "0.9.5",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2"
}
}