forked from mozilla/openbadges-badgekit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 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
{
"name": "openbadges-badgekit",
"description": "Mozilla Openbadges BadgeKit",
"version": "0.1.39",
"main": "app/index.js",
"author": "Mozilla Open Badges http://openbadges.org",
"license": "MPL-2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/openbadges-badgekit.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec test/*.test.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"express": "~3.12.0",
"express-monkey-patch": "~0.1.1",
"nunjucks": "~2.5.2",
"optimist": "~0.6.0",
"client-sessions": "~0.7.0",
"config-store": "~0.3.1",
"xtend": "~4.0.1",
"db-migrate": "~0.9.0",
"streamsql": "~0.8.5",
"jwt-simple": "~0.5.0",
"node-sass": "~3.10.1",
"node-sass-middleware":"~0.9.8",
"newrelic": "~1.31.0",
"helmet": "0.2.1",
"validator": "~6.1.0",
"express-persona-observer": "git+https://github.com/christensenep/express-persona-observer.git#multiple-buttons",
"async": "~2.1.2",
"messina": "~0.1.2",
"mysql": "~2.11.1",
"badgekit-api-client": "git+https://github.com/mozilla/badgekit-api-client.git#milestones",
"data-uri-to-buffer": "0.0.4",
"request": "~2.75.0",
"connect-flash": "*",
"body-parser": "*",
"cookie-parser": "*",
"cookie-session": "^2.0.0-alpha.1",
"csurf": "^1.9.0",
"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"
},
"devDependencies": {
"mocha": "~3.1.2",
"should": "~11.1.1"
},
"engines": {
"node": "^0.10.42"
}
}