forked from vitaly-t/pg-promise-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 866 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
35
36
37
38
{
"name": "pg-promise-demo",
"version": "0.8.1",
"description": "Advanced demo of using pg-promise.",
"main": "index.js",
"homepage": "https://github.com/vitaly-t/pg-promise-demo",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/pg-promise-demo.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/pg-promise-demo/issues",
"email": "[email protected]"
},
"keywords": [
"pg-promise",
"pg-promise demo"
],
"author": {
"name": "Vitaly Tomilov",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">=4.0",
"npm": ">=2.15"
},
"dependencies": {
"bluebird": "~3.5.1",
"express": "~4.16.1",
"pg-monitor": "~0.8.2",
"pg-promise": "~6.10.2"
},
"devDependencies": {
"@types/node": "~8.0.32",
"typescript": "~2.5.3"
}
}