-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.09 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
{
"name": "@ifct2017/intakes",
"version": "2.0.8",
"description": "Recommended daily intakes of nutrients.",
"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",
"intakes",
"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/intakes.git"
},
"bugs": {
"url": "https://github.com/ifct2017/intakes/issues"
},
"homepage": "https://github.com/ifct2017/intakes#readme",
"dependencies": {
"@ifct2017/columns": "^2.0.12",
"sql-extra": "^0.1.13"
},
"devDependencies": {
"csv-parse": "^5.3.0",
"extra-build": "^2.2.29",
"extra-fs": "^3.2.10"
}
}