-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "aframe-pano-portal",
"version": "0.1.0",
"description": "Place 360 content as portals into a aframe scene.",
"main": "index.js",
"scripts": {
"dist": "webpack index.js dist/aframe-pano-portal.js && webpack -p index.js dist/aframe-pano-portal.min.js",
"postpublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PyryM/aframe-pano-portal.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr"
],
"author": "Pyry Matikainen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pyrym/aframe-pano-portal/issues"
},
"homepage": "https://github.com/pyrym/aframe-pano-portal/#readme",
"devDependencies": {
"aframe": "^0.5.0",
"webpack": "^1.12.9",
"glslify": "^6.0.2"
},
"dependencies": {
"raw-loader": "^0.5.1"
}
}