-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
{
"name": "visor-ol",
"version": "1.0.0",
"description": "unigis visor OL fuentes de datos INE y OSM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel *.html",
"build": "parcel build --public-url . *.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elanioazul/OL-node-env.git"
},
"author": "hhc hugo",
"license": "MIT",
"bugs": {
"url": "https://github.com/elanioazul/OL-node-env/issues"
},
"homepage": "https://github.com/elanioazul/OL-node-env#readme",
"dependencies": {
"ol": "^6.4.2",
"ol-layerswitcher": "^3.6.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10"
}
}