This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 263
/
package.json
73 lines (73 loc) · 1.98 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
{
"name": "openbadges",
"description": "http://openbadges.org",
"version": "3.0.1",
"private": true,
"scripts": {
"test": "NODE_ENV=test TAP_TIMEOUT=60000 ./node_modules/.bin/tap-prettify test/*.test.js",
"start": "PORT=8888 ./bin/db-migrate up && supervisor app.js | bunyan",
"postinstall": "nunjucks-precompile views > static/js/nunjucks-templates.js"
},
"devDependencies": {
"jshint": "0.6.3",
"jws": "0.2.2",
"mime": "1.2.11",
"nock": "0.23.0",
"prompt": "0.2.14",
"sinon": "1.7.3",
"tap": "0.3.3",
"tap-prettify": "0.0.1",
"wd": "0.0.31"
},
"dependencies": {
"async": "2.1.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.17.1",
"bunyan": "1.8.8",
"cheerio": "0.22.0",
"connect-flash": "0.1.1",
"connect-multiparty": "2.0.0",
"cookie-parser": "1.4.3",
"cookie-session": "2.0.0-beta.1",
"csurf": "1.9.0",
"db-migrate": "0.3.2",
"errorhandler": "1.5.0",
"express": "4.0.0",
"express-enforces-ssl": "1.1.0",
"express-session": "1.15.1",
"habitat": "3.1.2",
"hsts": "2.0.0",
"less": "2.7.2",
"less-middleware": "2.2.0",
"messina": "0.1.2",
"method-override": "2.3.7",
"mysql": "2.13.0",
"newrelic": "1.37.2",
"node-statsd": "0.1.1",
"nodemailer": "2.7.2",
"nodemailer-smtp-transport": "2.7.2",
"nunjucks": "3.0.0",
"openbadges-bakery": "1.0.5",
"openbadges-validator": "0.2.4",
"optimist": "0.6.1",
"owasp-password-strength-test": "1.3.0",
"passport": "0.3.2",
"passport-deviantart": "0.0.5",
"passport-facebook": "2.1.1",
"passport-google-oauth": "1.0.0",
"passport-http-bearer-base64": "1.0.3",
"passport-local": "1.0.0",
"passport-persona": "0.2.1",
"passport-twitter": "1.0.4",
"request": "2.80.0",
"serve-favicon": "2.4.1",
"shortid": "2.2.8",
"supervisor": "0.12.0",
"underscore": "1.8.3",
"xtend": "4.0.1"
},
"engines": {
"node": "~0.10.30",
"npm": "1.4.21"
}
}