forked from ctbarna/npmap.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.23 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.23 KB
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
{
"author": {
"email": "nate_irwin@nps.gov",
"name": "Nate Irwin",
"url": "http://www.nps.gov/npmap/team/nate-irwin.html"
},
"bugs": {
"email": "npmap@nps.gov",
"url": "https://github.com/nationalparkservice/npmap.js/issues"
},
"contributors": [
{
"email": "james_mcandrew@partner.nps.gov",
"name": "Jim McAndrew",
"url": "http://www.nps.gov/npmap/team/jim-mcandrew.html"
},
{
"email": "mamata_akella@partner.nps.gov",
"name": "Mamata Akella",
"url": "http://www.nps.gov/npmap/team/mamata-akella.html"
}
],
"dependencies": {
"csv2geojson": "3.6.1",
"handlebars": "1.3.0",
"leaflet": "0.7.2",
"leaflet-draw": "0.2.2",
"leaflet-markercluster": "https://github.com/Leaflet/Leaflet.markercluster/archive/0.4.tar.gz",
"maki": "~0.4.0",
"npmaki": "~0.4.1",
"reqwest": "0.9.6",
"togeojson": "0.4.2"
},
"description": "A JavaScript web mapping library, built as a Leaflet plugin, for the National Park Service.",
"devDependencies": {
"brfs": "0.0.8",
"browserify": "3.14.1",
"expect.js": "~0.2.0",
"grunt": "~0.4.2",
"grunt-aws-s3": "0.7.2",
"grunt-banner": "0.2.0",
"grunt-browserify": "1.3.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compress": "0.5.3",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-uglify": "0.2.6",
"grunt-invalidate-cloudfront": "0.1.2",
"grunt-mocha-phantomjs": "0.3.2",
"happen": "~0.1.2",
"mocha": "1.16.2",
"mocha-phantomjs": "3.3.0",
"sinon": "~1.7.3",
"uglify-js": "~2.4.6"
},
"engines": {
"node": "*"
},
"homepage": "http://www.nps.gov/npmap",
"keywords": [
"Department of Interior",
"JavaScript",
"Leaflet",
"Map",
"National Park Service",
"NPMap",
"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": "0.0.0"
}