-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.74 KB
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
53
54
55
56
{
"name": "aframe-gif-shader",
"version": "0.9.1",
"description": "A shader to display GIF for A-Frame VR.",
"main": "dist/aframe-gif-shader.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-gif-component.js && webpack -p index.js dist/aframe-gif-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-gif-shader.git"
},
"keywords": [
"aframe",
"aframe-shader",
"aframe-vr",
"vr",
"aframe-layout",
"mozvr",
"webvr",
"gif",
"shader",
"material"
],
"author": "Mayo Tobita <tobimayo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayognaise/aframe-gif-shader/issues"
},
"homepage": "https://github.com/mayognaise/aframe-gif-shader#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"budo": "^8.4.0",
"ghpages": "0.0.3",
"webpack": "^1.15.0"
},
"peerDependencies": {
"aframe": "^0.9.0"
},
"contributors": [
"UXVirtual <michael@uxvirtual.com> (http://www.uxvirtual.com)",
"Uri Shaked <uri@urish.org> (http://www.urish.org)",
"Pablo Diego Silva da Silva <pablodiegoss@hotmail.com> (https://github.com/pablodiegoss)",
"margauxdivernois (https://github.com/margauxdivernois)",
"Danpollak (https://github.com/Danpollak)"
]
}