-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.28 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
{
"name": "food-e",
"version": "1.0.22",
"description": "E numbers are codes for substances that are permitted to be used as food additives for use within the European Union and EFTA.",
"main": "index.js",
"preferGlobal": true,
"bin": {
"foode": "bin.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/nodef/food-e.git"
},
"keywords": [
"food",
"e",
"europian",
"union",
"efta",
"number",
"code",
"additive",
"color",
"preservative",
"antioxidant",
"antibiotic",
"sweetener",
"acidity",
"regulator",
"sequestrant",
"emulsifier",
"agent",
"firming",
"thickening",
"propellant",
"improving",
"glazing",
"flavour",
"enhancer",
"humectant",
"stabiliser"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodef/food-e/issues"
},
"homepage": "https://github.com/nodef/food-e#readme",
"dependencies": {
"lunr": "^2.3.9",
"sql-extra": "^0.1.13"
},
"devDependencies": {
"csv": "^6.2.5",
"extra-build": "^2.2.41"
}
}