-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 864 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
37
38
{
"name": "vem",
"version": "0.0.3",
"description": "Vuejs 2.0 Easy Maps with OpenLayers",
"main": "./dist/main.js",
"scripts": {
"build": "poi build -m --format umd --module-name vem ./src/index.js && npm run build-docs",
"build-docs": "vuepress build ./src/docs",
"test": "poi test ./src/index.js",
"dev": "poi ./example/index.js",
"watch": "poi watch ./src/index.js",
"dev-docs": "vuepress dev ./src/docs"
},
"keywords": [
"vue",
"vue2",
"vuejs",
"vuejs2",
"component",
"webcomponent",
"maps",
"openlayers",
"openlayers3",
"openlayers4",
"spatial"
],
"author": "koehr <[email protected]>",
"license": "MIT",
"dependencies": {
"ol": "^4.6.5",
"vuepress": "^0.12.0"
},
"devDependencies": {
"node-sass": "^4.9.0",
"poi": "^10.2",
"raw-loader": "^0.5"
}
}