-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
69 lines (69 loc) · 1.58 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
{
"name": "hazdev-leaflet",
"version": "0.3.6",
"homepage": "https://earthquake.usgs.gov/",
"description": "General utilities for working with Leaflet.",
"repository": {
"type": "git",
"url": "https://github.com/usgs/hazdev-leaflet.git"
},
"contributors": [
{
"name": "Jeremy Fee",
"email": "[email protected]"
},
{
"name": "Eddie Hunter",
"email": "[email protected]"
},
{
"name": "Eric Martinez",
"email": "[email protected]"
},
{
"name": "Eddie McWhirter",
"email": "[email protected]"
}
],
"keywords": [
"usgs",
"ehp",
"hazdev",
"leaflet"
],
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.3",
"chai": "^3.5.0",
"compression": "^1.6.1",
"cssnano": "^3.5.2",
"gateway": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "^0.2.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-postcss": "^0.8.0",
"hazdev-template": "~0.2.3",
"hazdev-webutils": "~0.1.7",
"leaflet": "^0.7.7",
"mocha": "^2.4.5",
"precss": "^1.4.0",
"sinon": "^1.17.3"
},
"license": "CC0-1.0",
"engines": {
"node": ">=0.10.0"
}
}