UNPKG

@ifct2017/contents

Version:

Contents in the original book.

52 lines (51 loc) 1.09 kB
{ "name": "@ifct2017/contents", "version": "2.0.27", "description": "Contents in the original book.", "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", "contents", "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/contents.git" }, "bugs": { "url": "https://github.com/ifct2017/contents/issues" }, "homepage": "https://github.com/ifct2017/contents#readme", "dependencies": { "lunr": "^2.3.9", "sql-extra": "^0.1.13" }, "devDependencies": { "csv-parse": "^5.3.0", "extra-build": "^2.2.29", "extra-fs": "^3.2.10" } }