-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
76 lines (76 loc) · 1.6 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
76
{
"name": "sql-mvc",
"version": "0.0.162",
"description": "Paradigm inversion-write web applications in SQL instead of JavaScript",
"main": "./app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"busboy": "^0.2.9",
"colors": "= 1.0.3",
"commander": "^2.6.0",
"csvtojson": "^1.1.9",
"deasync": "*",
"deepcopy": "^0.3.3",
"emoji": "^0.3.2",
"fs-extra": "*",
"gaze": "^0.5.1",
"hogan": "^1.0.2",
"marked": "^0.3.2",
"mathjs": "^5.1.0",
"mime-types": "^2.0.9",
"mysql": "^2.15.0",
"node-firebird-dev": "^1.2.6",
"node-fs": "^0.1.7",
"node-uuid": "^1.4.2",
"node.extend": "^1.1.3",
"rimraf": "^2.3.1",
"socketstream": "0.3.11",
"sql-mvc-ui-dark": "^0.0.8",
"ss-hogan": "0.1.x",
"ss-stylus": "^0.1.9",
"tedious": "^2.3.1",
"tedious-connection-pool": "^1.0.5",
"temp": "^0.8.1",
"winston": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/quale-quest/sql-mvc.git"
},
"keywords": [
"sql",
"mvc",
"web",
"app",
"application",
"framework",
"platform",
"windows",
"linux",
"firebird",
"Oracle",
"NuoDB",
"MySQL",
"Quale",
"Quic",
"QualeQuest"
],
"directories": {
"lib": "./lib",
"doc": "./doc"
},
"bin": {
"sql-mvc": "./bin/sql-mvc"
},
"author": "Lafras",
"license": "AGPL3 or commercial open source",
"bugs": {
"url": "https://github.com/quale-quest/sql-mvc/issues"
},
"homepage": "https://github.com/quale-quest/sql-mvc"
}