-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (41 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (41 loc) · 910 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "UkGeoTool",
"version": "0.1.1",
"description": "Simple package which provides methods to convert between lat/long and easting/northings",
"author": "David Bamber <dbamber@gmail.com>",
"keywords": [
"package",
"example"
],
"main": "./UkGeoTool.js",
"maintainers": [
{
"name": "David bamber",
"email": "dbamber@gmail.com",
"web": "http://bmbr.co"
}
],
"contributors": [
{
"name": "David bamber",
"email": "dbamber@gmail.com",
"web": "http://bmbr.co"
}
],
"bugs": {
"mail": "dbamber@mail.com"
},
"licenses": [
{
"type": "GPLv2"
}
],
"repositories": [
{
"type": "git",
"url": "https://dbamber@github.com/dbamber/UkGeoTool.git"
}
],
"dependencies": {
}
}