forked from a-la-node/database-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 885 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": "database-project",
"version": "1.0.0",
"description": "## Objective",
"main": "index.js",
"scripts": {
"start": "node ./server/start.js",
"devStart": "nodemon ./server/start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a-la-node/database-project.git"
},
"author": "Tom Cleo Peter Ewelina",
"license": "ISC",
"bugs": {
"url": "https://github.com/a-la-node/database-project/issues"
},
"homepage": "https://github.com/a-la-node/database-project#readme",
"dependencies": {
"env2": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^15.2.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-context-credentials": "^2.0.0",
"inert": "^4.0.3",
"pg": "^6.1.0",
"vision": "^4.1.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}