forked from oaeproject/Hilary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 3.21 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "Hilary",
"description": "Open Academic Environment (OAE) Back-end",
"version": "0.2.1",
"homepage": "http://www.oaeproject.org",
"author": {
"name": "The Apereo Foundation",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/oaeproject/Hilary.git"
},
"bugs": {
"url": "https://github.com/oaeproject/Hilary/issues"
},
"licenses": [
{
"type": "ECLv2",
"url": "http://opensource.org/licenses/ecl2.php"
}
],
"dependencies": {
"amqp": "latest",
"awssum": "latest",
"bunyan": "latest",
"cas-sfu": "git://github.com/nicolaasmatthijs/node-cas-sfu.git",
"clone": "latest",
"connect": "latest",
"connect-redis": "latest",
"dox": "latest",
"elasticsearchclient": "latest",
"ent": "latest",
"etherpad-lite-client": "latest",
"express": "latest",
"gm": "latest",
"helenus": "latest",
"less": "latest",
"mime": "latest",
"mkdirp": "latest",
"nodemailer": "latest",
"oae-activity": "",
"oae-authentication": "",
"oae-authz": "",
"oae-config": "",
"oae-content": "",
"oae-context": "",
"oae-discussions": "",
"oae-doc": "",
"oae-email": "",
"oae-library": "",
"oae-logger": "",
"oae-messagebox": "",
"oae-principals": "",
"oae-preview-processor": "",
"oae-profiles": "",
"oae-rest": "",
"oae-search": "",
"oae-telemetry": "",
"oae-tenants": "",
"oae-tests": "",
"oae-ui": "",
"oae-util": "",
"passport": "latest",
"passport-facebook": "latest",
"passport-google-oauth": "latest",
"passport-http": "latest",
"passport-ldapauth": "latest",
"passport-local": "latest",
"passport-openid": "latest",
"passport-saml": "git://github.com/simong/passport-saml",
"passport-twitter": "latest",
"rails-timezone": "latest",
"readdirp": "latest",
"recaptcha-async": "latest",
"redis": "latest",
"request": "latest",
"shelljs": "latest",
"shortid": "latest",
"temp": "latest",
"timezone-js": "latest",
"underscore": "latest",
"validator": "1.1.3",
"watch": "latest",
"webshot": "latest",
"xml2js": "latest",
"youtube-feeds": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-jshint": "latest",
"grunt-mocha-hack": "latest",
"grunt-text-replace": "latest",
"mocha": "latest",
"oae-release-tools": "git://github.com/oaeproject/oae-release-tools",
"optimist": "latest"
},
"optionalDependencies": {
"bunyan-syslog": "latest",
"hiredis": "0.1.13",
"webshot": "latest"
},
"bundleDependencies": [
"oae-activity",
"oae-authentication",
"oae-authz",
"oae-config",
"oae-content",
"oae-context",
"oae-discussions",
"oae-doc",
"oae-email",
"oae-library",
"oae-logger",
"oae-messagebox",
"oae-preview-processor",
"oae-principals",
"oae-profiles",
"oae-rest",
"oea-search",
"oae-telemetry",
"oae-tenants",
"oae-tests",
"oae-ui",
"oae-util"
],
"engines": {
"node": ">=0.8"
}
}