-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 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
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "space",
"version": "1.3.0",
"private": true,
"scripts": {
"startDEV": "nodemon ./bin/www",
"start": "node ./bin/www",
"startPROD": "forever ./bin/www",
"startDEBUG": "node-debug --web-port 7777 ./bin/www "
},
"dependencies": {
"accounting": "^0.4.1",
"app-root-path": "^1.0.0",
"async": "^0.9.0",
"bcryptjs": "^2.1.0",
"body-parser": "^1.10.2",
"config": "^1.10.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.1.0",
"debug": "~2.1.1",
"emailjs": "~0.3.12",
"excel-export": "^0.3.11",
"express": "^4.11.2",
"express-session": "^1.10.3",
"filequeue": "^0.5.0",
"forever": "^0.14.1",
"graceful-fs": "^4.1.2",
"jade": "~1.9.0",
"jsondiffpatch": "^0.1.31",
"lodash": "^3.1.0",
"lwip": "0.0.6",
"moment": "^2.9.0",
"moment-duration-format": "^1.3.0",
"mongodb": "^2.0.21",
"mongojs": "~0.18",
"multer": "~0.1.6",
"node-fetch": "^1.3.3",
"node-json2html": "^1.0.0",
"node-rest-client": "^1.4.4",
"node-schedule": "^0.1.16",
"npmlog": "^1.0.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-windowsauth": "^0.5.0",
"pdfkit": "^0.7.1",
"phantom": "^0.7.2",
"pngjs": "^0.4.0",
"pngjs-image": "^0.11.4",
"q": "^1.2.0",
"request": "^2.53.0",
"sanitizer": "^0.1.2",
"serve-favicon": "~2.2.0",
"sha1": "^1.1.0",
"simplesets": "^1.2.0",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.7",
"space.services": "^1.1.1",
"supergroup": "0.0.4",
"tablesorter": "^2.20.1",
"underscore": "^1.8.2",
"underscore.nest": "^0.1.1",
"winston": "^0.9.0",
"winston-logstash-udp": "0.0.5",
"xlsx-to-json": "^0.2.3",
"yargs": "^3.26.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-exec": "^2.1.2",
"gulp-git": "^1.2.1",
"gulp-gunzip": "0.0.2",
"gulp-gzip": "~1.0.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.5.1",
"gulp-ssh": "^0.3.3",
"gulp-tar": "~1.4.0",
"gulp-untar": "0.0.4",
"gulp-unzip": "^0.1.3",
"gulp-util": "~3.0.4",
"gulp-zip": "^2.0.3",
"jscs": "^1.12.0",
"jshint-stylish": "^1.0.1",
"minimist": "~1.1.1",
"mocha": "^2.2.1",
"mocha-lcov-reporter": "0.0.2",
"node-inspector": "^0.9.2",
"run-sequence": "^1.0.2"
}
}