UNPKG

@cristianob/geomagnetism

Version:

Computes geomagnetic field information

35 lines (34 loc) 763 B
{ "name": "@cristianob/geomagnetism", "types": "geomagnetism.d.ts", "version": "0.2.0", "description": "Computes geomagnetic field information", "main": "index.js", "scripts": { "test": "mocha test", "test-ci": "mocha -R tap" }, "repository": { "type": "git", "url": "https://github.com/cristianob/geomagnetism.git" }, "keywords": [ "geomag", "geomagnetic", "magnetic", "field", "north", "declination", "wmm" ], "devDependencies": { "mocha": "~5.x", "chai": "~4.2.0" }, "author": "Brandon Reavis, Cristiano Costa", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cristianob/geomagnetism/issues" }, "homepage": "https://github.com/cristianob/geomagnetism" }