summaryrefslogtreecommitdiff
path: root/package.json
blob: 38f151510601f585adf512b0e7597ba18f8e2837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "postgres-test",
  "version": "0.0.0",
  "description": "postgres/heroku testbed",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "jules laplace <jules@okfoc.us>",
  "license": "ISC",
  "dependencies": {
    "express": "~4.5.1",
    "lodash": "~2.4.1",
    "pg": "~3.3.0"
  }
}