-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 830 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 830 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
{
"name": "@city-ol/control-description-sheet",
"version": "1.0.6",
"description": "A web component to easily create control description sheets for orienteering courses.",
"main": "control-description-sheet.js",
"type": "module",
"module": "control-description-sheet.js",
"types": "types.d.ts",
"customElements": "custom-elements.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/City-OL/control-description-sheet.git"
},
"keywords": [
"orienteering"
],
"author": "Tim Mutkala <contact@tim-media.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/City-OL/control-description-sheet/issues"
},
"homepage": "https://github.com/City-OL/control-description-sheet#readme"
}