-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.94 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
{
"name": "Express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server/server.js --optionsFile=options_example.json | ./node_modules/.bin/bunyan",
"UpdateLDAP": "node tools/UpdateLDAP.js --optionsFile=options_example.json | ./node_modules/.bin/bunyan",
"postinstall": "npm run bower ; npm run browserify",
"bower": "cd public; ../node_modules/.bin/bower install ; cd ..",
"browserify": "./node_modules/.bin/browserify js/*.js --debug > public/bundle.js"
},
"dependencies": {
"js-base64": "^2.1.7",
"angular": "^1.4.3",
"angular-masonry": "^0.11.1",
"async": "^1.4.2",
"autolinker": "^0.18.1",
"body-parser": "^1.8.4",
"bower": "^1.3.12",
"browserify": "^11.0.1",
"bunyan": "^1.2.2",
"chance": "^0.6.1",
"clean-css": "^3.0.7",
"compression": "^1.2.0",
"connect-mongo": "^0.6.0",
"cookie-parser": "^1.3.3",
"ejs": "~0.8.5",
"elasticsearch": "^5.0.0",
"express": "~4.9.0",
"express-session": "^1.9.1",
"gm": "^1.17.0",
"hat": "0.0.3",
"heapdump": "^0.2.10",
"imagesloaded": "^3.1.8",
"jquery": "^2.1.4",
"jquery-bridget": "^1.1.0",
"ldapjs-hotfix": "^0.7.1",
"less-middleware": "1.0.x",
"lodash": "^3.5.0",
"masonry": "0.0.2",
"masonry-layout": "^3.3.1",
"minimist": "^1.1.1",
"mmmagic": "^0.3.13",
"moment": "^2.10.6",
"mongoose": "^4.0.6",
"morgan": "~1.3.0",
"nodemailer": "^1.3.0",
"nodemailer-direct-transport": "^1.0.0",
"nodemailer-smtp-transport": "^0.1.13",
"optimist": "^0.6.1",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "^0.2.0",
"passport-http": "^0.2.2",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"request": "^2.48.0",
"semver": "^4.1.0",
"serve-favicon": "~2.1.3",
"uglify-js": "^2.4.16",
"valid-filename": "^1.1.0",
"validator": "^3.22.1",
"filedrop": "~2.0.0"
}
}