-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.62 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
{
"name": "earthquake-gps",
"version": "0.1.0",
"description": "USGS GPS Stations and Data",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-gps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usgs/earthquake-gps/issues"
},
"homepage": "https://github.com/usgs/earthquake-gps",
"devDependencies": {
"SimplBox": "shaefner-usgs/SimplBox",
"autoprefixer": "^6.1.2",
"c3": "^0.4.18",
"cssnano": "^3.5.2",
"d3": "^3.5.12",
"dygraphs": "^2.1.0",
"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": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.7.1",
"hazdev-tablist": "^0.1.1",
"hazdev-template": "usgs/hazdev-template",
"hazdev-webutils": "^0.1.5",
"http-rewrite-middleware": "^0.1.6",
"ini": "^1.3.4",
"leaflet": "^0.7.7",
"leaflet-ajax": "^2.0.0",
"leaflet-fullscreen": "shaefner-usgs/Leaflet.fullscreen",
"leaflet-groupedlayercontrol": "ismyrnow/Leaflet.groupedlayercontrol",
"leaflet.label": "git://github.com/jmfee-usgs/Leaflet.label.git#external-leaflet",
"moment": "^2.13.0",
"postcss-import": "^7.1.3",
"precss": "^1.3.0",
"tablesort": "shaefner-usgs/tablesort"
}
}