forked from oskariorg/oskari-frontend-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 781 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
{
"name": "oskari-frontend-contrib",
"version": "2.1.0",
"description": "These are unofficial bundles for Oskari created by the Oskari community. Many of them add value to your Oskari install, but they come with no official support from the core Oskari team.",
"keywords": [
"Oskari"
],
"dependencies": {
"oskari-frontend": "git+https://[email protected]/oskariorg/oskari-frontend.git#2.1.0"
},
"engines": {
"node": ">=10.12.0",
"npm": ">=6.0.0"
},
"scripts": {},
"homepage": "https://oskari.org",
"bugs": {
"url": "https://github.com/oskariorg/oskari-docs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oskariorg/oskari-frontend-contrib.git"
},
"license": "(MIT OR EUPL-1.1)",
"private": true
}