-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
68 lines (68 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "ifct2017",
"version": "2.0.13",
"description": "The Indian Food Composition tables (IFCT 2017) provides nutritional values for 528 key foods.",
"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",
"indian",
"food",
"composition",
"tables",
"database",
"carbohydrates",
"proteins",
"fats",
"amino",
"acids",
"vitamins",
"minerals",
"national",
"institute",
"nutrition",
"research"
],
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ifct2017/ifct2017.git"
},
"bugs": {
"url": "https://github.com/ifct2017/ifct2017/issues"
},
"homepage": "https://github.com/ifct2017/ifct2017#readme",
"dependencies": {
"@ifct2017/abbreviations": "^2.0.22",
"@ifct2017/about": "^2.0.18",
"@ifct2017/carbohydrates": "^2.0.13",
"@ifct2017/codes": "^2.0.8",
"@ifct2017/columns": "^2.0.13",
"@ifct2017/compositingcentres": "^2.0.14",
"@ifct2017/compositions": "^2.0.8",
"@ifct2017/contents": "^2.0.27",
"@ifct2017/descriptions": "^2.0.7",
"@ifct2017/energies": "^2.0.12",
"@ifct2017/frequencydistribution": "^2.0.15",
"@ifct2017/groups": "^2.0.12",
"@ifct2017/hierarchy": "^2.0.9",
"@ifct2017/intakes": "^2.0.9",
"@ifct2017/jonesfactors": "^2.0.11",
"@ifct2017/languages": "^2.0.12",
"@ifct2017/methods": "^2.0.11",
"@ifct2017/nutrients": "^2.0.8",
"@ifct2017/regions": "^2.0.12",
"@ifct2017/representations": "^2.0.11",
"@ifct2017/samplingunits": "^2.0.14"
},
"devDependencies": {
"extra-build": "^2.2.29"
}
}