-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 908 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
33
34
{
"name": "finalproject",
"version": "1.0.0",
"description": "Web based store game.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"chart.js": "^2.8.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"handlebars": "^4.3.0",
"mongodb": "^3.3.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.19.2"
},
"scripts": {
"run": "node ./server.js",
"build": "handlebars ./views/*.handlebars ./views/partials/*.handlebars -f public/compiled.js",
"gulp-build": "gulp build",
"dev": "nodemon ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moorbren/CS290FinalProject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moorbren/CS290FinalProject/issues"
},
"homepage": "https://github.com/moorbren/CS290FinalProject#readme"
}