-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "react-aframe-ar",
"version": "1.18.0",
"description": "Build virtual and augmented reality experiences with React and A-Frame.",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"prepublish": "npm run build"
},
"devDependencies": {
"aframe": "^0.5.0",
"babel": "^6.3.13",
"babel-cli": "^6.3.15",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.16.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"webpack": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tnga/react-aframe.git"
},
"keywords": [
"react",
"vr",
"ar",
"a-frame",
"aframe",
"moz-vr",
"react-vr",
"react-component",
"virtual-reality",
"augmented-reality",
"webvr"
],
"author": "tnga <dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tnga/react-aframe/issues"
},
"homepage": "https://github.com/tnga/react-aframe#readme"
}