-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·83 lines (83 loc) · 2.47 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
77
78
79
80
81
82
83
{
"name": "baboon",
"description": "Baboon Web Toolkit, modular fullstack web application framework for single-page realtime apps.",
"version": "0.6.2",
"homepage": "https://github.com/litixsoft/baboon",
"author": "Litixsoft GmbH <[email protected]> (http://www.litixsoft.de)",
"maintainers": [
"Thomas Scheibe <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/litixsoft/baboon.git"
},
"bugs": {
"url": "https://github.com/litixsoft/baboon/issues"
},
"keywords": [
"single-page",
"realtime app",
"web application framework",
"web toolkit",
"fullstack web application framework"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/litixsoft/baboon/blob/master/LICENSE"
}
],
"main": "lib/baboon.js",
"scripts": {
"test": "grunt test --stack"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"async": "~1.5.2",
"body-parser": "~1.18.2",
"chalk": "~1.1.3",
"compression": "~1.7.1",
"cookie-parser": "~1.4.3",
"ejs": "~2.5.7",
"express": "~4.16.2",
"express-session": "~1.15.6",
"glob": "~7.1.2",
"log4js": "~1.1.1",
"log4js-node-mongodb": "~2.2.1",
"lx-helpers": "~0.5.1",
"lx-valid": "~1.2.4",
"mongodb": "~2.2.33",
"nodemailer": "~3.1.8",
"nodemailer-html-to-text": "~2.1.0",
"nodemailer-pickup-transport": "~0.1.1",
"nodemailer-smtp-pool": "~2.8.3",
"nodemailer-smtp-transport": "~2.7.4",
"pwd": "~1.1.0",
"redis": "~2.8.0",
"sessionstore": "~1.2.18",
"stdio": "~0.2.7",
"tingodb": "~0.5.1"
},
"devDependencies": {
"connect-livereload": "~0.6.0",
"grunt": "~1.0.1",
"grunt-bump": "~0.8.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-conventional-changelog": "~6.1.0",
"grunt-jasmine-nodejs": "1.4.3",
"grunt-open": "~0.2.3",
"grunt-shell-spawn": "^0.3.10",
"grunt-subgrunt": "~1.2.0",
"istanbul": "~0.4.5",
"jasmine": "~2.3.2",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~3.5.2",
"proxyquire": "~1.8.0",
"time-grunt": "~1.4.0"
}
}