-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.14 KB
/
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": "leaflet.mousecoordinate",
"version": "1.3.0",
"description": "A Coordinate Mouse Viewer for Leaflet",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerPan/leaflet.mouseCoordinate.git"
},
"keywords": [
"mouseCoordinate",
"GPS",
"UTM",
"UTMREF",
"QTH",
"NAC"
],
"author": "Johannes Rudolph <johannes.rudolph@gmx.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PowerPan/leaflet.mouseCoordinate/issues"
},
"homepage": "https://github.com/PowerPan/leaflet.mouseCoordinate#readme",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-browserify": "5.2.0",
"grunt-concat-css": "0.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-qunit": "2.0.0",
"grunt-contrib-uglify": "3.1.0",
"grunt-contrib-yuidoc": "1.0.0",
"grunt-env": "0.4.4",
"grunt-istanbul": "0.8.0",
"grunt-jsdoc": "^2.2.0",
"grunt-mocha-test": "0.13.3",
"mocha": "4.0.1"
}
}