-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·29 lines (29 loc) · 970 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
{
"name": "final-project-mook-squad",
"version": "1.0.0",
"description": "Final project CS290, Machine learning club website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "handlebars views/partials/blogss.handlebars -f public/blogTemplate.js",
"prestart": "npm run build",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSU-CS290-Sp2017/final-project-mook-squad.git"
},
"author": "David Jansen, Shanmukh Challa, Bharath Padmaraju, Meggie Kolasani",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/OSU-CS290-Sp2017/final-project-mook-squad/issues"
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10"
},
"devDependencies": {},
"homepage": "https://github.com/OSU-CS290-Sp2017/final-project-mook-squad#readme"
}