-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "dietcheater",
"version": "1.0.0",
"description": "UofA Bootcamp / Project 2 / Express/Handlebars/SQL App",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marmada/Project2.git"
},
"keywords": [
"node.js",
"nutritionix",
"handlebars",
"express",
"mysql"
],
"author": "dietcheater",
"license": "MIT",
"bugs": {
"url": "https://github.com/marmada/Project2/issues"
},
"homepage": "https://github.com/marmada/Project2#readme",
"dependencies": {
"colors": "^1.2.5",
"dotenv": "^5.0.1",
"lodash": "^4.17.10",
"nutritionix": "^0.6.1",
"nutritionix-api-data-utilities": "^2.2.1",
"request": "^2.86.0"
}
}