forked from 301d42/recipease
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 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
{
"name": "final_project",
"version": "1.0.0",
"description": "Nutrition information app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/301d42/final_project.git"
},
"author": "Tim Schoen, Jasmin Arensdorf, Chris Ball, Milo Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/301d42/final_project/issues"
},
"homepage": "https://github.com/301d42/final_project#readme",
"dependencies": {
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"method-override": "^3.0.0",
"pg": "^7.8.0",
"superagent": "^4.1.0"
}
}