-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 934 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
{
"name": "final-project-group-17",
"version": "1.0.0",
"description": "Bolt - Basic dynamic content serving with Express",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "handlebars views/partials/boltCard.handlebars -f public/index.js",
"prestart": "npm run build",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/OSU-CS290-Sp2017/final-project-group-17.git"
},
"author": "Carlos Lopez <[email protected]>, Jimwel Aguinaldo, Ryan Wallerius",
"license": "OSU",
"bugs": {
"url": "https://github.com/OSU-CS290-Sp2017/final-project-group-17/issues"
},
"homepage": "https://github.com/OSU-CS290-Sp2017/final-project-group-17#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10"
}
}