-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
executable file
·63 lines (63 loc) · 1.38 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
{
"name": "sails-inverse-model",
"version": "2.0.7",
"description": "Sails Inverse Model helps you build models, controllers and views JS Sails from any database. In addition, you can quickly and individually generate each model, view, controller or all three at the same time.",
"license": "MIT",
"repository": "https://github.com/juliandavidmr/sails-inverse-model",
"main": "index.js",
"bin": {
"sails-inverse-model": "cli.js"
},
"author": {
"name": "Julian David",
"url": "https://github.com/juliandavidmr"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "",
"publish": "np --no-yarn --no-cleanup"
},
"files": [
"index.js",
"cli.js",
"generator/",
"configs/",
"genviews/",
"scanners/"
],
"keywords": [
"cli-app",
"sailsjs",
"generator",
"model",
"controller",
"views",
"hbs",
"json",
"mysql",
"prompt",
"auto",
"models",
"generate",
"file",
"sql",
"api",
"waterline"
],
"dependencies": {
"ansi-styles": "^3.2.1",
"async": "^2.6.1",
"gencode": "^1.0.4",
"handlebars": "^4.0.12",
"meow": "^3.5.0",
"mkdir-promise": "^1.0.0",
"mondongo": "^1.0.0",
"mysqldesc": "^1.1.4",
"node-js-beautify": "^0.1.0",
"pg-json-schema-export": "^0.13.7",
"progress": "^2.0.1",
"underscore.string": "^3.3.5"
}
}