forked from mozilla/openbadges-backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.99 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "openbadges",
"description": "http://openbadges.org",
"version": "3.0.0",
"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": {
"cheerio": "^0.10.8",
"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.0.0-rc.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "*",
"bunyan": "^1.8.1",
"connect-flash": "*",
"connect-multiparty": "*",
"cookie-parser": "*",
"cookie-session": "^2.0.0-alpha.1",
"csurf": "^1.9.0",
"db-migrate": "0.3.2",
"errorhandler": "^1.4.3",
"express": "^5.0.0-alpha.2",
"express-enforces-ssl": "*",
"express-session": "*",
"habitat": "*",
"hsts": "^2.0.0",
"less": "^2.7.1",
"less-middleware": "^2.1.0",
"messina": "*",
"method-override": "^2.3.6",
"mysql": "^2.11.0",
"newrelic": "^1.28.0",
"node-statsd": "^0.1.1",
"nodemailer": "^2.6.4",
"nodemailer-smtp-transport": "^2.7.2",
"nunjucks": "^3.0.0",
"openbadges-bakery": "https://github.com/hamrt/openbadges-bakery.git",
"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.72.0",
"serve-favicon": "^2.3.0",
"supervisor": "^0.12.0",
"underscore": "^1.8.3",
"xtend": "^4.0.1"
},
"engines": {
"node": "~0.10.30"
}
}