UNPKG

@ifct2017/descriptions

Version:

Names of each food in local languages, including scientific name.

51 lines (50 loc) 1.12 kB
{ "name": "@ifct2017/descriptions", "version": "2.0.7", "description": "Names of each food in local languages, including scientific name.", "main": "index.js", "scripts": { "test": "node ./build && node ./test", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "keywords": [ "ifct", "2017", "descriptions", "indian", "food", "composition", "tables", "carbohydrates", "proteins", "fats", "amino", "acids", "vitamins", "minerals", "national", "institute", "nutrition", "research" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ifct2017/descriptions.git" }, "bugs": { "url": "https://github.com/ifct2017/descriptions/issues" }, "homepage": "https://github.com/ifct2017/descriptions#readme", "dependencies": { "csv-parse": "^5.3.0", "lunr": "^2.3.9", "sql-extra": "^0.1.13" }, "devDependencies": { "extra-build": "^2.2.29" } }