forked from emmerichc-usgs/earthquake-usdesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "earthquake-usdesign",
"version": "0.1.5",
"description": "Web application for computing seismic design values conforming to various design codes in the United States.",
"repository": {
"type": "git",
"url": "https://github.com/usgs/earthquake-usdesign.git"
},
"keywords": [
"usgs"
],
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.1",
"chai": "^3.4.1",
"cssnano": "^3.4.0",
"d3": "^3.5.14",
"es6-promise": "^3.0.2",
"gateway": "^1.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "0.2.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-phantomjs": "2.0.1",
"grunt-postcss": "^0.7.1",
"hazdev-accordion": "~0.1.1",
"hazdev-location-view": "0.4.3",
"hazdev-template": "1.3.1",
"hazdev-webutils": "0.1.9",
"http-rewrite-middleware": "^0.1.6",
"ini": "^1.3.4",
"leaflet": "^0.7.7",
"mocha": "^2.4.4",
"postcss-import": "^8.0.2",
"precss": "^1.4.0",
"sinon": "^1.17.3"
},
"license": "CC0-1.0",
"engines": {
"node": ">=4.2.2"
}
}