forked from tankaru/OpenSwitchMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 948 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
{
"name": "openswitchmapslimex",
"version": "1.6.33",
"description": "Switch map services and Tools for OpenStreetMap contributors",
"scripts": {
"dev": "parcel watch src/manifest.json",
"build": " rm -rf dist && sh inc_patch.sh && parcel build src/manifest.json && node deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limex/OpenSwitchMaps.git"
},
"author": "limex",
"license": "MIT",
"bugs": {
"url": "https://github.com/limex/OpenSwitchMaps/issues"
},
"homepage": "https://github.com/limex/OpenSwitchMaps#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.2",
"parcel-bundler": "^1.12.4",
"parcel-plugin-web-extension": "^1.6.1",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"lodash": "^4.17.20",
"ol": "^6.3.1",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"webextension-polyfill": "^0.6.0"
}
}