nucos
Version:
NOAA Unit Conversion for Oil Spills
43 lines (41 loc) • 866 B
JSON
{
"name": "nucos",
"version": "1.5.0",
"description": "NOAA Unit Conversion for Oil Spills",
"main": "nucos.js",
"files": [
"nucos.js"
],
"scripts": {
"test": "mocha tests/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOAA-ORR-ERD/NUCOS.git"
},
"keywords": [
"unit",
"converter",
"NOAA",
"oil",
"spill",
"mass",
"volume",
"latitude",
"longitude"
],
"author": "Naomi Wilkins <naomi.wilkins@noaa.gov>",
"contributors": [
"James Makela<james.makela@noaa.gov>",
"Chris Barker <chris.barker@noaa.gov>"
],
"license": "CC0 1.0",
"bugs": {
"url": "https://github.com/NOAA-ORR-ERD/pyNUCOS/issues"
},
"homepage": "https://github.com/NOAA-ORR-ERD/pyNUCOS#readme",
"devDependencies": {
"mocha": "^11.5.0",
"requirejs": "^2.3.0"
}
}