-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.07 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": "@nvif1989/languages",
"version": "1.0.4",
"description": "Full form of language abbreviations.",
"main": "index.js",
"scripts": {
"build": "node ./build",
"deploy": "node ./build && ebuild publish+github --publishMin=false --publishBranch=false",
"test": "exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nvif1989/languages.git"
},
"keywords": [
"nvif",
"1989",
"language",
"abbreviation",
"nutritive",
"value",
"indian",
"food",
"composition",
"table",
"carbohydrates",
"proteins",
"fats",
"amino",
"acids",
"vitamins",
"minerals",
"national",
"institute",
"nutrition",
"research"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nvif1989/languages/issues"
},
"homepage": "https://github.com/nvif1989/languages#readme",
"dependencies": {
"lunr": "^2.3.9",
"sql-extra": "^0.1.13"
},
"devDependencies": {
"csv-parse": "^5.3.3",
"extra-build": "^2.2.41"
}
}