-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "aframe-openlayers-component",
"version": "1.0.2",
"description": "Use OpenLayers maps inside A-Frame",
"main": "index.js",
"scripts": {
"build": "browserify examples/main.js -o examples/build.js",
"dev": "node examples/dev.js examples/main.js:build.js --dir examples --port 8000 --live -t babelify",
"dist": "webpack index.js dist/aframe-openlayers-component.js && webpack -p index.js dist/aframe-openlayers-component.min.js",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcalisto/aframe-openlayers-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr",
"openlayers",
"gis"
],
"author": "Luis Calisto",
"license": "MIT",
"bugs": {
"url": "https://github.com/lcalisto/aframe-openlayers-component/issues"
},
"homepage": "https://github.com/lcalisto/aframe-openlayers-component#readme",
"devDependencies": {
"browserify": "^16.2.2",
"serve-index": "^1.9.1",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4"
}
}