-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 991 Bytes
/
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-shake2show-component",
"version": "1.0.3",
"description": "Using shake.js to display toggle UI modal",
"author": "Roland Dubois <[email protected]>",
"license": "MIT",
"main": "index.js",
"scripts": {
"dist": "webpack index.js dist/aframe-shake2show-component.js && webpack -p index.js dist/aframe-shake2show-component.min.js",
"postpublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdub80/aframe-shake2show-component.git"
},
"keywords": [
"aframe",
"a-frame",
"aframe-component",
"aframe-vr",
"aframe-gui",
"vr",
"webgl",
"webvr",
"mozvr",
"layout",
"aframe-layout"
],
"bugs": {
"url": "https://github.com/rdub80/aframe-shake2show-component/issues"
},
"homepage": "https://github.com/rdub80/aframe-shake2show-component#readme",
"devDependencies": {
"webpack": "^1.12.9"
},
"dependencies": {
"shake.js": "1.2.2"
}
}