forked from jmfee-usgs/geomag-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 716 Bytes
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
{
"name": "geomag-algorithms",
"version": "0.0.0",
"homepage": "http://geomag.usgs.gov/",
"repository": "https://github.com/usgs/geomag-algorithms.git",
"description": "Geomagnetism algorithms.",
"author": {
"name": "Jeremy Fee",
"email": "jmfee@usgs.gov"
},
"contributors": [
{
"name": "Hal Simpson",
"email": "hasimpson@usgs.gov"
}
],
"keywords": [
"usgs",
"geomag",
"hazdev"
],
"scripts": {},
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-flake8": "^0.1.3",
"grunt-nose": "^0.4.0"
},
"engines": {
"node": ">=0.1.0"
}
}