UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@ifct2017/carbohydrates",
3 "version": "2.0.12",
4 "description": "Conversion of carbohydrate weights to monosaccharide equivalents.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node ./build && node ./test",
8 "build": "node ./build",
9 "publish-docs": "node ./build publish-docs",
10 "publish-packages": "node ./build publish-packages"
11 },
12 "keywords": [
13 "ifct",
14 "2017",
15 "carbohydrates",
16 "indian",
17 "food",
18 "composition",
19 "tables",
20 "carbohydrates",
21 "proteins",
22 "fats",
23 "amino",
24 "acids",
25 "vitamins",
26 "minerals",
27 "national",
28 "institute",
29 "nutrition",
30 "research"
31 ],
32 "author": "wolfram77@gmail.com",
33 "license": "MIT",
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/ifct2017/carbohydrates.git"
37 },
38 "bugs": {
39 "url": "https://github.com/ifct2017/carbohydrates/issues"
40 },
41 "homepage": "https://github.com/ifct2017/carbohydrates#readme",
42 "dependencies": {
43 "lunr": "^2.3.9",
44 "sql-extra": "^0.1.13"
45 },
46 "devDependencies": {
47 "csv-parse": "^5.3.0",
48 "extra-build": "^2.2.29",
49 "extra-fs": "^3.2.10"
50 }
51}