-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "aframe-cursor-teleport-component",
"version": "1.6.0",
"description": "Simple teleport navigation for non-XR devices.",
"module": "index.js",
"main": "dist/aframe-cursor-teleport-component.min.js",
"scripts": {
"dist": "npm run dist:min && npm run dist:max",
"dist:max": "webpack",
"dist:min": "cross-env NODE_ENV=production webpack",
"prepublish": "npm run dist",
"start": "cross-env NODE_ENV=production webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-frame/aframe-cursor-teleport.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"webvr",
"webxr",
"cursor-teleport"
],
"author": "Mike Beene <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-frame/aframe-cursor-teleport/issues"
},
"homepage": "https://github.com/c-frame/aframe-cursor-teleport#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}