-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 747 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
{
"name": "acme-users-pg",
"version": "1.0.0",
"description": "npm install heroku:",
"main": "db.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "DATABASE_URL=postregs://localhost/acme_users_pg_db nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbard16/acme-users-pg.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dbard16/acme-users-pg/issues"
},
"homepage": "https://github.com/dbard16/acme-users-pg#readme",
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"express": "^4.15.3",
"method-override": "^2.3.9",
"nunjucks": "^3.0.1",
"pg": "^7.0.2"
}
}