-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "pic-my-allergy",
"version": "1.0.0",
"description": "A website that tells if you are allergic to the food in the picture you have uploaded or linked via URL.",
"main": "index.js",
"engines": {
"node": "8.9.4",
"npm": "5.7.1"
},
"dependencies": {
"body-parser": "^1.18.2",
"clarifai": "^2.6.0",
"cryptiles": ">=4.1.2",
"express": "^4.16.3",
"file-api": "^0.10.4",
"formidable": "^1.2.0",
"hbs": "^4.0.1",
"jquery": "^3.3.1",
"js-alert": "^1.0.4",
"jsdom": "^11.6.2",
"request": "^2.85.0",
"rimraf": "^2.6.2",
"selectize": "^0.12.4"
},
"devDependencies": {
"mocha": "^5.0.4"
},
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anupya/pic-my-allergy.git"
},
"author": "Anupya Pamidimukkala",
"license": "ISC",
"bugs": {
"url": "https://github.com/anupya/pic-my-allergy/issues"
},
"homepage": "https://github.com/anupya/pic-my-allergy#readme"
}