forked from nherment/pg-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 991 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 991 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@portchain/pg-js",
"version": "1.0.1",
"description": "PostgreSQL to javascript API generator",
"main": "pg-js.js",
"scripts": {
"release": "xyz --repo git@github.com:Portchain/pg-js.git --branch master --tag X.Y.Z --increment",
"test": "echo 'Tests are disabled!'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nherment/pg-js.git"
},
"keywords": [
"postgresql",
"orm",
"function",
"relational",
"mapping"
],
"author": "Nicolas HERMENT <nherment@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nherment/pg-js/issues"
},
"homepage": "https://github.com/nherment/pg-js#readme",
"files": [
"/lib/",
"/README.md",
"/package.json",
"/pg-js.js"
],
"devDependencies": {
"mocha": "2.4.5",
"xyz": "4.0.0"
},
"dependencies": {
"jsonlint": "1.6.2",
"lodash": "4.17.21",
"pg": "8.5.1",
"serial": "0.0.9",
"wrench": "1.5.8"
}
}