forked from mozilla-services/mozilla-idp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"author": "Ozten <shout@ozten.com> (http://ozten.com)",
"name": "clortho",
"description": "A server that provides Persona support for mozilla.{com,org} emails.",
"version": "0.0.0",
"licenses" : [{
"type": "MPL 2.0",
"url": "https://mozilla.org/MPL/2.0/"
}],
"homepage": "https://github.com/mozilla-services/mozilla-idp",
"bugs": "https://github.com/mozilla-services/mozilla-idp/issues",
"repository": {
"type": "git",
"url": "https://github.com/mozilla-services/mozilla-idp"
},
"main": "clortho",
"engines": {
"node": "~0.10"
},
"dependencies": {
"client-sessions": "0.3.0",
"convict": "0.1.0",
"ejs": "0.6.1",
"express": "2.5.11",
"i18n-abide": "0.0.11",
"jwcrypto": "0.4.3",
"ldapjs": "https://github.com/lloyd/node-ldapjs/archive/ephemeral_port.tar.gz",
"node-statsd": "https://github.com/downloads/lloyd/node-statsd/0509f85.tgz",
"winston": "0.7.1",
"cef": "0.3.3",
"connect-fonts": "0.0.9",
"connect-fonts-opensans": "0.0.4",
"lockdown": "0.0.5",
"validator": "1.1.3",
"underscore": "1.4.4",
"useragent": "2.0.7",
"serve-static": "1.11.1"
},
"devDependencies": {
"awsbox": "0.4.5",
"mocha": "1.9.0",
"should": "1.2.2",
"request": "2.16.6",
"jshint": "2.1.2",
"walk": "2.2.1",
"temp": "0.5.1",
"optimist": "0.6.0"
},
"scripts": {
"start": "node ./server/bin/clortho",
"test": "LOCAL_DEV=true mocha -R spec tests/"
}
}