-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "aframe-wms-component",
"version": "1.0.2",
"description": "WMS (Web Map Service) in A-Frame",
"main": "index.js",
"cdn": "dist/aframe-wms-component.min.js",
"scripts": {
"build": "browserify examples/main.js -o examples/build.js",
"dev": "budo examples/main.js:build.js --dir examples --port 8000 --live",
"dist": "webpack index.js dist/aframe-wms-component.js && webpack -p index.js dist/aframe-wms-component.min.js",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/lcalisto/aframe-wms-component"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr",
"wms",
"wms-service",
"gis"
],
"bugs": {
"url": "https://github.com/lcalisto/aframe-wms-component/issues"
},
"homepage": "https://github.com/lcalisto/aframe-wms-component",
"author": "Luis Calisto",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"aframe": "^0.7.1",
"browserify": "^14.5.0",
"webpack": "^3.8.1"
}
}