-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 775 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
{
"name": "node-postgresql-example",
"version": "1.0.0",
"description": "Example Repository for http://www.wlaurance.com/2016/03/node.js-postgresql-example/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wlaurance/node-postgresql-example.git"
},
"author": "Will S Laurance",
"license": "MIT",
"bugs": {
"url": "https://github.com/wlaurance/node-postgresql-example/issues"
},
"homepage": "https://github.com/wlaurance/node-postgresql-example#readme",
"dependencies": {
"async": "^2.1.1",
"console.table": "^0.7.0",
"json2csv": "^3.7.1",
"pg": "^6.1.0",
"underscore": "^1.8.3",
"yargs": "^6.1.1"
}
}