forked from FlumensIO/bigu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 970 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
39
40
41
42
43
{
"name": "british-isles-gridrefs",
"title": "British Isles GridRef Utils",
"description": "British Isles GridRef Utils",
"version": "0.2.5",
"homepage": "https://github.com/japonicus/js-british-isles-gridrefs",
"author": {
"name": "Tom Humphrey",
"email": "[email protected]"
},
"contributors": [
{
"name": "Karolis Kazlauskis",
"email": "[email protected]",
"url": "https://brc.ac.uk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/japonicus/js-british-isles-gridrefs"
},
"bugs": {
"url": "https://github.com/japonicus/js-british-isles-gridrefs/issues"
},
"module": "dist/gridrefutils.mjs",
"scripts": {
"build": "rollup -c --strictDeprecations"
},
"devDependencies": {
"rollup": "^4.24.0",
"@rollup/plugin-terser": "^0.4.4"
},
"dependencies": {
},
"keywords": [
"OSGB",
"OSI",
"gridref",
"grid reference"
],
"license": "MIT"
}