-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
33 lines (33 loc) · 939 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
{
"name": "OpenSwitchMaps",
"version": "1.5.4",
"description": "Switch map services, and some useful links for OpenStreetMap contributors",
"scripts": {
"dev": "parcel watch src/manifest.json",
"build": "parcel build src/manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tankaru/OpenSwitchMaps.git"
},
"author": "tankaru",
"license": "MIT",
"bugs": {
"url": "https://github.com/tankaru/OpenSwitchMaps/issues"
},
"homepage": "https://github.com/tankaru/OpenSwitchMaps#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"parcel-bundler": "^1.12.5",
"parcel-plugin-web-extension": "^1.6.1",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"lodash": "^4.17.21",
"node-forge": ">=1.3.0",
"ol": "^6.5.0",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4",
"webextension-polyfill": "^0.6.0"
}
}