-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1007 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1007 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
30
31
{
"name": "openlayers",
"widgetName": "OpenLayers",
"version": "1.0.0",
"description": "A widget to add an OpenLayers map to your application.",
"copyright": "2020 whg",
"author": "AJR",
"config": {
"widgetPath": "C:\\Users\\Stark\\Documents\\Mendix\\OpenLayersTest/widgets",
"projectPath": "C:\\Users\\Stark\\Documents\\Mendix\\OpenLayersTest/",
"mendixHost": "http://localhost:8080",
"developmentPort": "3000"
},
"packagePath": "whg",
"scripts": {
"start": "pluggable-widgets-tools start:server --open",
"dev": "pluggable-widgets-tools start:web",
"build": "pluggable-widgets-tools build:web",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:web"
},
"license": "Apache 2.0",
"devDependencies": {},
"dependencies": {
"@mendix/pluggable-widgets-tools": "^8.12.1",
"classnames": "^2.2.6",
"ol": "^6.4.3"
}
}