-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "AlleRecipe",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"array-flatten": "^2.1.1",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"clarifai": "^2.6.0",
"debug": "^3.1.0",
"depd": "^1.1.2",
"ee-first": "^1.1.1",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"express": "^4.16.2",
"finalhandler": "^1.1.0",
"html": "^1.0.0",
"http": "0.0.0",
"https": "^1.0.0",
"merge-descriptors": "^1.0.1",
"ms": "^2.1.1",
"on-finished": "^2.3.0",
"parseurl": "^1.3.2",
"path": "^0.12.7",
"path-to-regexp": "^2.1.0",
"statuses": "^1.4.0",
"unpipe": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OmerM25/AlleRecipe.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OmerM25/AlleRecipe/issues"
},
"homepage": "https://github.com/OmerM25/AlleRecipe#readme"
}