forked from mozilla/browserid-verifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"name": "browserid-verifier",
"description": "A node.js verification server for BrowserID assertions.",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/browserid-verifier"
},
"homepage": "https://github.com/mozilla/browserid-verifier/",
"bugs": "https://github.com/mozilla/browserid-verifier/issues/",
"main": "lib/server.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"async": "0.9.0",
"browserid-local-verify": "0.1.0",
"compute-cluster": "0.0.9",
"convict": "0.5.1",
"express": "3.8.1",
"intel": "0.5.2",
"optimist": "0.6.1",
"toobusy-js": "strml/node-toobusy#ed8b8bb6909a82ae3007940cd5ac42f0488b00ab",
"underscore": "1.7.0"
},
"devDependencies": {
"ass": "git://github.com/jrgm/ass.git#5be99ee7abc9fcf63f9ebcc37b151b9c822146d1",
"awsbox": "0.7.0",
"jshint": "2.5.1",
"mocha": "1.20.0",
"request": "2.36.0",
"should": "4.0.0",
"temp": "0.7.0",
"walk": "2.3.3"
},
"scripts": {
"test": "mocha -t 5000 -R spec tests/*.js"
}
}