-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1014 Bytes
/
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
{
"name": "@ifct2017/about",
"version": "2.0.13",
"description": "On the history of malnutrition, current status, and data details.",
"main": "index.js",
"scripts": {
"test": "node ./build && node ./test",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifct2017/about.git"
},
"keywords": [
"ifct",
"2017",
"about",
"indian",
"food",
"composition",
"tables",
"carbohydrates",
"proteins",
"fats",
"amino",
"acids",
"vitamins",
"minerals",
"national",
"institute",
"nutrition",
"research"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifct2017/about/issues"
},
"homepage": "https://github.com/ifct2017/about#readme",
"devDependencies": {
"extra-build": "^2.2.29",
"extra-fs": "^3.2.10"
}
}