forked from mozilla/openbadges-backpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "openbadges",
"description": "http://openbadges.org",
"version": "2.0.3",
"private": true,
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/tap-prettify test/*.test.js",
"start": "PORT=8888 ./bin/db-migrate up && supervisor app.js | bunyan"
},
"devDependencies": {
"jshint": "~0.6.2",
"mime": "~1.2.5",
"nock": "~0.23.0",
"prompt": "~0.2.9",
"jws": "0.2.2",
"tap": "~0.3.2",
"wd": "0.0.31",
"cheerio": "0.10.8",
"tap-prettify": "0.0.1",
"sinon": "~1.7.3"
},
"dependencies": {
"connect-flash": "0.1.0",
"express": "~3.0.0",
"less": "1.3.3",
"less-middleware": "0.1.9",
"mysql": "~0.9.5",
"db-migrate": "0.3.2",
"nunjucks": "~0.1.10",
"underscore": "~1.3.3",
"optimist": "~0.3.0",
"openbadges-validator": "0.2.4",
"openbadges-bakery": "1.0.2",
"newrelic": "~0.10.3",
"async": "~0.2.6",
"messina": "~0.1.1",
"request": "~2.27.0",
"node-statsd": "~0.0.7",
"supervisor": "0.5.6",
"bunyan": "~0.22.0",
"xtend": "~2.1.1"
},
"engines": {
"node": ">=0.8"
}
}