-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"bugs": {
"email": "[email protected]",
"url": "https://github.com/nationalparkservice/npmap.js/issues"
},
"dependencies": {
"csv2geojson": "5.0.2",
"handlebars": "4.0.5",
"helper-dateformat": "https://github.com/nationalparkservice/helper-dateformat/archive/v0.2.1.tar.gz",
"humane-js": "https://github.com/nationalparkservice/humane-js/archive/3.2.2.tar.gz",
"leaflet": "1.0.3",
"leaflet-draw": "0.4.9",
"leaflet.markercluster": "~1.0.0",
"@mapbox/maki": "~3.0.0",
"nanobar": "0.4.2",
"npmap-symbol-library": "https://github.com/nationalparkservice/npmap-symbol-library/archive/v2.3.0.tar.gz",
"reqwest": "2.0.5",
"@mapbox/togeojson": "~0.16.0",
"@mapbox/sexagesimal": "~1.0.0"
},
"description": "A JavaScript web mapping library for the National Park Service, built as a Leaflet plugin.",
"devDependencies": {
"brfs": "1.4.3",
"browserify": "^13.0.0",
"expect.js": "^0.3.1",
"grunt": "^1.0.0",
"grunt": "~0.4.0",
"grunt-akamai-rest-purge": "^0.1.1",
"grunt-banner": "0.6.0",
"grunt-browserify": "5.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-handlebars": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-curl": "2.2.0",
"grunt-http": "2.0.1",
"grunt-md2html": "^0.3.0",
"grunt-mkdir": "1.0.0",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-semistandard": "^1.0.4",
"grunt-string-replace": "^1.2.1",
"happen": "0.3.1",
"mocha": "^3.0.0",
"mocha-phantomjs": "^4.0.1",
"phantomjs-prebuilt": "~2.1.12",
"sinon": "1.17.5",
"uglify-js": "2.7.3",
"xhr2": "^0.1.2"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "*"
},
"homepage": "https://www.nps.gov/maps/tools/npmap.js/",
"keywords": [
"Cartography",
"Department of Interior",
"Digital",
"JavaScript",
"Leaflet",
"Map",
"National Park Service",
"NPMap",
"NPMap.js",
"NPMap Symbol Library",
"NPS Places",
"Park Tiles",
"US Government",
"Web Map"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nationalparkservice/npmap.js/blob/master/LICENSE.md"
}
],
"main": "main.js",
"name": "npmap.js",
"repository": {
"type": "git",
"url": "https://github.com/nationalparkservice/npmap.js.git"
},
"version": "4.0.0"
}