-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
94 lines (94 loc) · 2.87 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
{
"name": "TidalWave",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node build/server.js --optionsFile=options.json | ./node_modules/.bin/bunyan",
"UpdateLDAP": "node tools/UpdateLDAP.js --optionsFile=options.json | ./node_modules/.bin/bunyan",
"postinstall": "npm run bower ; npm run buildClient ; npm run tsd ; npm run buildServer",
"bower": "cd public; ../node_modules/.bin/bower install ; cd ..",
"buildClient": "./node_modules/.bin/browserify client/app.js --debug > public/bundle.js",
"buildServer": "./node_modules/.bin/tsc --sourcemap --module commonjs --outDir build server/server.ts",
"tsd": "./node_modules/.bin/tsd install"
},
"dependencies": {
"angular": "^1.4.3",
"angular-bootstrap": "^0.12.2",
"angular-error-shipper": "^0.1.3",
"angular-masonry": "^0.11.1",
"angular-route": "^1.4.4",
"angular-ui-bootstrap": "^0.13.3",
"async": "^1.4.2",
"autolinker": "^0.18.1",
"body-parser": "^1.8.4",
"bootstrap": "^3.3.5",
"bower": "^1.4.1",
"brace": "^0.5.1",
"browserchannel": "^2.0.0",
"browserify": "^11.2.0",
"bunyan": "^1.4.0",
"chance": "^0.6.1",
"clean-css": "^3.0.7",
"compression": "^1.5.2",
"connect-mongo": "^0.8.2",
"cookie": "^0.2.0",
"cookie-parser": "^1.3.3",
"cookie-signature": "^1.0.6",
"dashdash": "^1.10.0",
"debug": "^2.2.0",
"diff-match-patch": "^1.0.0",
"ejs": "~0.8.5",
"elasticsearch": "^10.0.0",
"express": "~4.9.0",
"express-session": "^1.9.1",
"filedrop": "^2.0.0",
"hat": "0.0.3",
"heapdump": "^0.3.7",
"highlightjs": "^8.7.0",
"hopscotch": "^0.2.5",
"imagesloaded": "^3.1.8",
"jquery": "^2.1.4",
"jquery-bridget": "^1.1.0",
"js-base64": "^2.1.7",
"ldapjs": "^1.0.0",
"less-middleware": "1.0.x",
"livedb": "^0.4.8",
"livedb-mongo": "^0.4.1",
"lodash": "^3.5.0",
"marked": "^0.3.5",
"marked-toc": "^0.3.0",
"masonry": "0.0.2",
"masonry-layout": "^3.3.1",
"moment": "^2.10.6",
"mongoose": "^4.0.6",
"mongodb": "1.4.39",
"morgan": "~1.3.0",
"nodemailer": "^1.3.0",
"nodemailer-direct-transport": "^1.0.0",
"nodemailer-smtp-transport": "^0.1.13",
"optimist": "^0.6.1",
"ot-json0": "^1.0.1",
"ot-text": "^1.0.1",
"ot-text-tp2": "^1.0.0",
"ottypes": "^1.0.2",
"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",
"selectize": "^0.12.1",
"semver": "^4.1.0",
"serve-favicon": "~2.1.3",
"share": "^0.7.3",
"stacktrace-js": "^0.6.4",
"tsd": "^0.6.3",
"tsify": "^0.11.10",
"typescript": "^1.5.3",
"uglify-js": "^2.4.16",
"valid-filename": "^1.1.0",
"validator": "^3.43.0",
"webworkify": "^1.0.2"
}
}