-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "node_postgresql",
"version": "1.0.0",
"description": "recipe manager",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev":"SEED=true DATABASE_URL=postgres://myskam7:qvez21@localhost:5434/myskam7 nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myskam7/node_postgreSQL.git"
},
"author": "Maksym Filippov",
"license": "ISC",
"bugs": {
"url": "https://github.com/myskam7/node_postgreSQL/issues"
},
"homepage": "https://github.com/myskam7/node_postgreSQL#readme",
"dependencies": {
"body-parser": "^1.18.2",
"consolidate": "^0.15.0",
"dust": "^0.3.0",
"dustjs-helpers": "^1.7.4",
"dustjs-linkedin": "^2.7.5",
"express": "^4.16.2",
"pg": "^7.4.1",
"swig": "^1.4.2"
}
}