forked from usgs/earthquake-latest-earthquakes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "earthquake-latest-earthquakes",
"version": "0.9.0",
"description": "Mobile friendly, interactive earthquake map and list application.",
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-latest-earthquakes.git"
},
"keywords": [
"usgs"
],
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.0.3",
"chai": "~3.4.0",
"connect-gzip": "^0.1.6",
"cssnano": "^3.3.1",
"gateway": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-postcss": "^0.7.0",
"hazdev-accordion": "^0.1.1",
"hazdev-template": "1.1.6",
"hazdev-leaflet": "0.2.3",
"hazdev-webutils": "0.1.9",
"leaflet": "~0.7.7",
"mocha": "^2.3.3",
"postcss-calc": "^5.0.0",
"postcss-import": "^7.1.0",
"precss": "^1.3.0",
"sinon": "~1.17.2"
},
"license": "CC0-1.0",
"engines": {
"node": ">=4.1.2"
}
}