forked from xtremespb/zoia_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.71 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
{
"name": "zoia",
"version": "0.0.1",
"description": "Zoia.js Framework",
"main": "bin/webserver.js",
"bin": {
"install": "install.js"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"body-parser": "^1.18.1",
"co-router": "^1.0.5",
"command-line-args": "^4.0.7",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"express-fileupload": "^0.2.0",
"express-session": "^1.15.5",
"fs-extra": "^4.0.2",
"html-to-text": "^3.3.0",
"image-type": "^3.0.0",
"inquirer": "^3.3.0",
"jimp": "^0.2.28",
"loglevel": "^1.5.0",
"loglevel-prefix": "^0.3.1",
"md5-file": "^3.2.3",
"mongodb": "^2.2.31",
"mz": "^2.7.0",
"nodemailer": "^4.1.0",
"nunjucks": "^3.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sprintf": "^0.1.5",
"tar.gz": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.7.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.5.3",
"selenium-webdriver": "^3.5.0",
"supertest": "^3.0.0",
"supertest-session": "^3.1.0"
},
"scripts": {
"test": "mocha ./test/core.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtremespb/zoia.git"
},
"keywords": [
"nodejs",
"mongodb",
"framework",
"express"
],
"author": "Michael Matveev",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtremespb/zoia/issues"
},
"homepage": "https://github.com/xtremespb/zoia#readme"
}