eats
Version:
a usda nutrition database client
28 lines (27 loc) • 637 B
JSON
{
"name": "eats",
"version": "0.0.1",
"description": "a usda nutrition database client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dylanstanfield/eats.git"
},
"keywords": [
"usda",
"ndb",
"nutrition",
"database",
"client",
"fda"
],
"author": "Dylan Stanfield <dylan@dstanfield.com> (https://dstanfield.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dylanstanfield/eats/issues"
},
"homepage": "https://github.com/dylanstanfield/eats#readme"
}