-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "@ifct2017/representations",
"version": "2.0.11",
"description": "Representations of columns (as factors and units).",
"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",
"representations",
"indian",
"food",
"composition",
"tables",
"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/representations.git"
},
"bugs": {
"url": "https://github.com/ifct2017/representations/issues"
},
"homepage": "https://github.com/ifct2017/representations#readme",
"dependencies": {
"@ifct2017/columns": "^2.0.13",
"sql-extra": "^0.1.13"
},
"devDependencies": {
"@ifct2017/compositions": "^2.0.8",
"deep-equal": "^2.0.5",
"extra-build": "^2.2.29",
"extra-fs": "^3.2.10"
}
}