-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 916 Bytes
/
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
{
"name": "final-project-dogescript",
"version": "1.0.0",
"description": "THE FINAL PROJECT",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs290-sp19/final-project-dogescript.git"
},
"author": "August, Max, Nathan, and Joey",
"license": "MIT",
"bugs": {
"url": "https://github.com/osu-cs290-sp19/final-project-dogescript/issues"
},
"homepage": "https://github.com/osu-cs290-sp19/final-project-dogescript#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"handlebars": "^4.1.2",
"mongodb": "^3.2.7"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}