-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.82 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
70
71
72
73
{
"name": "geomag-baseline-calculator",
"version": "1.3.0",
"description": "Web application for computing geomagnetic baseline values",
"homepage": "http://geomag.usgs.gov/",
"repository": {
"type": "git",
"url": "https://github.com/usgs/geomag-baseline-calculator.git"
},
"contributors": [
{
"name": "Jonathan Brown",
"email": "[email protected]"
},
{
"name": "Jeremy Fee",
"email": "[email protected]"
},
{
"name": "Eddie Hunter",
"email": "[email protected]"
},
{
"name": "Eric Martinez",
"email": "[email protected]"
}
],
"keywords": [
"baseline",
"baseline-calculator",
"usgs",
"geomag",
"geomagnetism"
],
"scripts": {
"test": "grunt test",
"postinstall": "php src/lib/pre-install.php --non-interactive"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"chai": "^3.4.0",
"cssnano": "^3.3.2",
"d3": "^3.5.6",
"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-connect-rewrite": "^0.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"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-tablist": "usgs/hazdev-tablist",
"hazdev-template": "usgs/hazdev-template",
"hazdev-webutils": "usgs/hazdev-webutils.git",
"http-rewrite-middleware": "^0.1.6",
"ini": "^1.3.4",
"mocha": "^2.3.3",
"postcss-calc": "^5.0.0",
"precss": "^1.3.0",
"sinon": "^1.17.2"
},
"license": "CC0-1.0",
"engines": {
"node": ">=4.2.1"
}
}