UNPKG

1.56 kBJSONView Raw
1{
2 "name": "pg-async",
3 "version": "2.0.0",
4 "description": "PostgreSQL client for node.js designed for usage with ES7 async/await based on node-postgres (pg) module",
5 "main": "lib/index.js",
6 "files": {},
7 "scripts": {
8 "test": "gulp test",
9 "lint": "gulp eslint",
10 "prepublish": "gulp"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/langpavel/node-pg-async.git"
15 },
16 "keywords": [
17 "pg",
18 "postgre",
19 "postgres",
20 "postgreSQL",
21 "libpq",
22 "database",
23 "rdbms",
24 "async",
25 "await",
26 "async-await",
27 "promise",
28 "bluebird",
29 "babel",
30 "ES6",
31 "ES7"
32 ],
33 "author": "Pavel Lang <langpavel@phpskelet.org> (https://github.com/langpavel)",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/langpavel/node-pg-async/issues"
37 },
38 "homepage": "https://github.com/langpavel/node-pg-async#readme",
39 "dependencies": {
40 "debug": "^2.2.0",
41 "pg": "^4.4.6"
42 },
43 "devDependencies": {
44 "babel": "^6.5.2",
45 "babel-core": "^6.5.2",
46 "babel-eslint": "^5.0.0",
47 "babel-plugin-add-module-exports": "^0.1.2",
48 "babel-preset-es2015-node5": "^1.1.2",
49 "babel-preset-stage-1": "^6.5.0",
50 "babel-register": "^6.5.2",
51 "chai": "^3.5.0",
52 "eslint": "^2.1.0",
53 "eslint-config-strict": "^8.2.0",
54 "eslint-plugin-import": "^1.0.0-beta.0",
55 "gulp": "^3.9.1",
56 "gulp-babel": "^6.1.2",
57 "gulp-babel-istanbul": "^0.12.0",
58 "gulp-eslint": "^2.0.0",
59 "gulp-mocha": "^2.2.0",
60 "mocha": "^2.4.5",
61 "pg-native": "^1.10.0"
62 }
63}