-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
85 lines (85 loc) · 2.17 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
84
85
{
"name": "Engi",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"async": "^0.9.0",
"backbone": "^1.1.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.6.4",
"checksum": "^0.1.1",
"client-sessions": "^0.7.0",
"compression": "^1.0.11",
"connect-assets": "^4.3.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.2",
"crypto-balance": "^0.0.4",
"csso": "^1.3.11",
"decompress-zip": "0.0.8",
"del": "^0.1.3",
"diy-handlebars-helpers": "^1.0.10",
"errorhandler": "^1.1.1",
"express": "^4.8.4",
"express-flash": "^0.0.2",
"express-handlebars": "^1.0.1",
"express-validator": "^2.3.0",
"formidable": "^1.0.15",
"fs-extra": "~0.12.0",
"gm": "~1.17.0",
"gridfs-stream": "~0.5.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^3.0.1",
"gulp-less": "2.0.1",
"gulp-slash": "^1.1.3",
"gulp-uglify": "^1.0.1",
"gulp-wrap": "^0.5.0",
"handlebars": "^2.0.0",
"helmet": "^0.4.2",
"jquery": "2.1.0",
"less": "^1.7.4",
"lodash": "^2.4.1",
"lusca": "^1.0.1",
"method-override": "^2.1.3",
"mime": "~1.2.11",
"minimist": "0.0.8",
"moment": "^2.9.0",
"mongodb": "~1.4.19",
"mongoose": "^3.8.14",
"morgan": "^1.2.2",
"multer": "^0.1.6",
"newrelic": "^1.13.4",
"node-png": "^0.4.2",
"node-unzip-2": "^0.2.1",
"nodemailer": "^1.1.1",
"osc-min": "^0.1.0",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"request": "^2.40.0",
"temp": "~0.8.1",
"uglify-js": "^2.4.15",
"validator": "^3.17.0",
"when": "^3.5.1",
"ws": "^0.4.31"
},
"devDependencies": {
"mocha": "^1.21.5",
"uglify-js2": "^2.1.11",
"chai": "^1.10.0",
"multiline": "^0.3.4",
"supertest": "^0.13.0",
"yui-compressor": "^0.1.3"
},
"scripts": {
"start": "node app.js",
"test": "mocha --timeout 10000 --recursive browser/test/unit/plugins test"
},
"author": "Lasse Nielsen, Jaakko Manninen, Mikko Karvonen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/engijs/engi.git"
}
}