forked from mozilla/openbadges-backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 919 Bytes
/
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
{
"name": "openbadges",
"description": "http://openbadges.org",
"version": "0.5.0",
"private": true,
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/tap test/*.test.js"
},
"dependencies": {
"api-easy": "~0.3.3",
"colors": "*",
"commander": "~0.5.2",
"connect-cookie-session": "git+https://github.com/brianloveswords/connect-cookie-session.git",
"connect-flash": "*",
"express": "~3",
"formidable": "~1.0.9",
"functools": "~1.2.0",
"jshint": "~0.6.2",
"metapng": "git+https://github.com/brianloveswords/metapng.js.git",
"mime": "~1.2.5",
"mysql": "~0.9.5",
"nock": "~0.11.6",
"nunjucks": "~0.1.6",
"request": "~2.9.200",
"soda": "~0.2.5",
"validator": "~0.4.5",
"underscore": "~1.3.3",
"up": "~0.1.7",
"winston": "~0.5.10",
"tap": "~0.3.2",
"async": "~0.1.22"
},
"engines": {
"node": "0.6.x"
}
}