UNPKG

@ifct2017/compositions

Version:

Detailed nutrient composition of 528 key foods in India.

54 lines (53 loc) 1.22 kB
{ "name": "@ifct2017/compositions", "version": "2.0.9", "description": "Detailed nutrient composition of 528 key foods in India.", "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", "compositions", "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/compositions.git" }, "bugs": { "url": "https://github.com/ifct2017/compositions/issues" }, "homepage": "https://github.com/ifct2017/compositions#readme", "devDependencies": { "@ifct2017/columns": "^2.0.13", "@ifct2017/descriptions": "^2.0.7", "@ifct2017/groups": "^2.0.11", "extra-build": "^2.2.29" }, "dependencies": { "csv-parse": "^5.3.0", "lunr": "^2.3.9", "sql-extra": "^0.1.13" } }