-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.02 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.02 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "compass",
"description": "hr system",
"version": "0.0.1",
"private": false,
"author": "Lingpin",
"repository": {
"type": "git",
"url": "https://github.com/licq/compass.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.4.3",
"ccap": "^0.4.3",
"cheerio": "^0.17.0",
"compression": "^1.0.8",
"connect-mongo": "~0.4.1",
"cookie-parser": "^1.3.2",
"entities": "^1.1.1",
"errorhandler": "^1.1.1",
"express": "~4.5.1",
"express-session": "^1.6.4",
"express-winston": "^0.2.6",
"http-proxy": "^1.11.1",
"icalendar": "^0.6.5",
"imap": "^0.8.12",
"jszip": "^2.5.0",
"kue": "^0.8.2",
"lodash": "~2.4.1",
"mailparser": "^0.4.4",
"method-override": "^2.1.0",
"moment": "^2.7.0",
"mongoosastic": "licq/mongoosastic",
"mongoose": "~3.8.14",
"mongoose-crate": "^1.0.6",
"mongoose-crate-localfs": "licq/mongoose-crate-localfs",
"mongoose-merge-plugin": "0.0.4",
"mongoose-timestamp": "^0.2.1",
"multer": "^1.0.3",
"node-uuid": "^1.4.1",
"nodemailer": "^0.7.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"poplib": "Rossonero/node-poplib",
"redis": "^0.10.1",
"request": "^2.37.0",
"serve-favicon": "^2.0.1",
"swig": "~1.4.1",
"swig-email-templates": "^1.1.0",
"validator": "^3.16.0",
"winston": "^0.7.3"
},
"devDependencies": {
"bower": "~1.3.7",
"chai": "^1.9.0",
"factory-lady": "^0.1.0",
"grunt": "~0.4.2",
"grunt-autoprefixer": "^0.8.1",
"grunt-bower-install": "^1.6.0",
"grunt-cli": "~0.1.11",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "latest",
"grunt-env": "~0.4.1",
"grunt-karma": "^0.8.3",
"grunt-mocha-test": "latest",
"grunt-newer": "^0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-node-inspector": "^0.1.3",
"grunt-nodemon": "0.3.0",
"grunt-notify": "^0.3.0",
"grunt-rev": "^0.1.0",
"grunt-sloc": "^0.5.2",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^2.3.0",
"jshint-stylish": "^0.3.0",
"karma": "~0.12.16",
"karma-chai-plugins": "^0.2.0",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "latest",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.20.1",
"rewire": "^2.0.0",
"supertest": "~0.13.0",
"time-grunt": "^0.3.2"
}
}