-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 Bytes
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": "aframe-wevr-component",
"version": "0.1.0",
"description": "An easy way to social-up VR webpages",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr",
"wevr"
],
"author": "James Bromley <james.a.bromley@gmail.com> (http://www.vrlobby.co)",
"license": "ISC",
"devDependencies": {
"aframe": "*",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"webpack": "^3.5.5"
},
"dependencies": {
"aframe-joysticks-movement-component": "^0.1.2",
"aframe-template-component": "^3.2.1",
"detect-browser": "^2.0.0",
"lodash": "^4.17.4",
"three": "^0.87.1",
"webrtc-adapter": "^5.0.6"
}
}