-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
52 lines (52 loc) · 1.63 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
49
50
51
52
{
"name": "aframe-mouse-cursor-component",
"version": "0.5.3",
"description": "A-Frame Mouse Cursor Component for A-Frame VR.",
"main": "dist/aframe-mouse-cursor-component.js",
"scripts": {
"build": "webpack -p examples/main.js examples/build.js",
"dev": "budo examples/main.js:build.js --dir examples --port 8000 --live -- -t babelify",
"dist": "webpack index.js dist/aframe-mouse-cursor-component.js && webpack -p index.js dist/aframe-mouse-cursor-component.min.js",
"postpublish": "npm run dist",
"preghpages": "npm run build && rm -rf gh-pages && cp -r examples gh-pages",
"ghpages": "npm run preghpages && ghpages -p gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayognaise/aframe-mouse-cursor-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"layout",
"aframe-vr",
"vr",
"aframe-layout",
"mozvr",
"webvr"
],
"author": "Mayo Tobita <tobimayo@gmail.com>",
"contributors": [{
"name" : "Leigh Garland",
"email" : "leigh@studiozero.co",
"url" : "http://studiozero.co"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/mayognaise/aframe-mouse-cursor-component/issues"
},
"homepage": "https://github.com/mayognaise/aframe-mouse-cursor-component#readme",
"devDependencies": {
"aframe": "^0.5.0",
"aframe-event-set-component": "^3.0.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"budo": "^8.2.1",
"ghpages": "0.0.3",
"lodash.flattendeep": "^4.4.0",
"webpack": "^1.12.15"
}
}