UNPKG

usda-ingredients-api

Version:

A library that makes REST requests against the USDA API to pull ingredients for food products

36 lines (35 loc) 810 B
{ "name": "usda-ingredients-api", "version": "2.0.0", "description": "A library that makes REST requests against the USDA API to pull ingredients for food products", "main": "index.js", "dependencies": { "request": "^2.87.0" }, "devDependencies": { "mocha": "^8.1.3" }, "scripts": { "test": "mocha --timeout 10000" }, "repository": { "type": "git", "url": "git+https://github.com/joshterrill/usda-ingredients-api.git" }, "keywords": [ "USDA", "ingredients", "API", "ingredients", "lookup", "UPC", "UPC", "search" ], "author": "Josh Terrill", "license": "MIT", "bugs": { "url": "https://github.com/joshterrill/usda-ingredients-api/issues" }, "homepage": "https://github.com/joshterrill/usda-ingredients-api#readme" }