Newer
Older
{
"name": "geomag-algorithms",
"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": "Abram Claycomb",
"email": "aclaycomb@usgs.gov"
}
],
"keywords": [
"usgs",
"geomag",
"hazdev"
],
"scripts": {
"clean": "rimraf '**/*.pyc'",
"coverage": "nosetests --with-coverage --cover-package=geomagio --cover-xml",
"lint": "flake8 && echo \"No linting errors found\"",
"test": "nosetests -q test",
"watch": "npm-watch"
},
"watch": {
"lint": {
"extensions": "py",
"patterns": [
"bin",
"geomagio",
"test"
]
},
"test": {
"extensions": "py",
"patterns": [
"bin",
"geomagio",
"test"
]
}
},
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
},
"engines": {