-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 973 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
44
{
"name": "@flumens/bigu",
"title": "British Isles GridRef Utils",
"description": "British Isles GridRef Utils",
"version": "0.3.0",
"homepage": "https://github.com/flumensio/bigu",
"author": {
"name": "Tom Humphrey",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/flumensio/bigu"
},
"bugs": {
"url": "https://github.com/flumensio/bigu/issues"
},
"main": "dist/bigu.js",
"scripts": {
"start": "webpack && webpack --uglify"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"circular-dependency-plugin": "^2.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-merge": "^0.14.1",
"underscore": "^1.8.3"
},
"keywords": [
"library",
"lib",
"mapping",
"geodesy",
"gridref",
"grid",
"reference",
"GB",
"ireland",
"gis"
]
}