-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·48 lines (48 loc) · 1.24 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
47
48
{
"name": "vr-movies",
"version": "3.0.1",
"description": "VR Movies built with A-Frame and React.",
"dependencies": {
"aframe": "^0.5.0",
"aframe-animation-component": "^3.2.5",
"aframe-event-set-component": "^4.0.1",
"aframe-particle-system-component": "^1.0.8",
"aframe-react": "^4.0.x",
"aframe-text-geometry-component": "^0.5.1",
"babel-polyfill": "^6.3.14",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"publish": "npm run build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prashant-andani/webvr-movies.git"
},
"keywords": [
"aframe",
"react",
"vr",
"boilerplate",
"a-frame",
"mozvr",
"reactvr",
"aframe-react",
"webvr"
],
"author": "Prashant Andani <prashant.andani@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prashant-andani/webvr-movies/issues"
},
"homepage": "https://github.com/prashant-andani/webvr-movies#readme",
"devDependencies": {
"gh-pages": "^0.12.0"
}
}