forked from quale-quest/sql-mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.26 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
{
"name" : "sql-mvc",
"version" : "0.0.15",
"description" : "Paradigm inversion-write web applications in SQL instead of JavaScript",
"main" : "app.js",
"scripts" : {
"test" : "node app.js"
},
"engines" : {
"node" : ">= 0.6.0"
},
"dependencies" : {
"commander" : "^2.6.0",
"deepcopy" : "^0.3.3",
"emoji" : "^0.3.2",
"hogan" : "^1.0.2",
"marked" : "^0.3.2",
"node-firebird" : "0.1.4",
"node-fs" : "^0.1.7",
"node.extend" : "^1.1.3",
"socketstream" : "0.3.x",
"ss-hogan" : "0.1.x",
"ss-stylus" : "^0.1.9",
"sync" : "^0.2.3",
"fs-extra" : "*",
"colors": "= 1.0.3"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/quale-quest/sql-mvc.git"
},
"keywords" : [
"sql",
"mvc",
"web",
"firebird",
"Oracle",
"NuoDB",
"MySQL",
"app",
"Quale",
"Quic",
"QualeQuest"
],
"directories" : {
"lib" : "./lib",
"doc" : "./doc"
},
"main" : "./index.js",
"engines" : {
"node" : ">= 0.8.0"
},
"scripts" : {
"install" : "bin/sql-mvc patchhost",
"start" : "node app.js"
},
"bin" : {
"sql-mvc" : "./bin/sql-mvc"
},
"author" : "Lafras",
"license" : "commercial open source",
"bugs" : {
"url" : "https://github.com/quale-quest/sql-mvc/issues"
},
"homepage" : "https://github.com/quale-quest/sql-mvc"
}