-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.59 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sequelize-pg-generator",
"version": "0.9.3",
"description": "Auto Create Sequelize ORM Models from PostgreSQL.",
"main": "index.js",
"bin": {
"spgen": "lib/bin/spgen.js"
},
"scripts": {
"test": "make test"
},
"keywords": [
"postgresql",
"pg",
"postgres",
"database",
"schema",
"model",
"schema",
"export",
"dump",
"etl",
"erd",
"migration",
"transform",
"extract",
"information_schema",
"sequelize",
"orm",
"model",
"structure",
"auto generate",
"meta"
],
"author": {
"name": "Özüm Eldoğan"
},
"repository": {
"type": "git",
"url": "https://github.com/ozum/sequelize-pg-generator.git"
},
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"ink-docstrap": "^0.4.12",
"mocha": "^2.1.0",
"pg": "^4.1.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.1.1"
},
"dependencies": {
"async": "^0.9.0",
"commander": "^2.5.1",
"config": "^1.8.1",
"consolidate": "^0.10.0",
"ejs": "^1.0.0",
"fs-extra": "^0.13.0",
"inflection": "^1.5.1",
"js-beautify": "^1.5.4",
"json-stable-stringify": "^1.0.0",
"lodash": "^2.4.1",
"pg-hstore": "^2.3.2",
"pg-structure": "^1.11.3",
"swig": "^1.4.2",
"winston": "^0.8.3"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/ozum/sequelize-pg-generator/issues"
},
"homepage": "https://github.com/ozum/sequelize-pg-generator",
"_id": "[email protected]",
"_shasum": "4a9deecd8712210defedf25a69548281547363d8",
"_from": "."
}