forked from mozilla/badgekit-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "badgekit-api",
"version": "0.2.22",
"description": "A badge issuing platform",
"author": "Mozilla OpenBadges",
"license": "MPL-2.0",
"main": "app/index.js",
"scripts": {
"start": "node app",
"test": "tap test/*.test.js",
"lint": "jshint app/*"
},
"dependencies": {
"mysql": "~2.11.1",
"restify": "~4.1.1",
"habitat": "3.1.2",
"streamsql": "~0.8.3",
"validator": "~6.0.0",
"xtend": "~4.0.1",
"bluebird": "~3.4.6",
"bunyan": "~1.8.1",
"jws": "~3.1.3",
"request": "~2.75.0",
"underscore": "~1.8.3",
"newrelic": "~1.30.5",
"async": "~2.0.1",
"db-migrate": "~0.9.0",
"optimist": "~0.6.1",
"lodash": "~4.16.4"
},
"devDependencies": {
"concat-stream": "~1.5.2",
"form-data": "~2.1.1",
"jshint": "~2.9.3",
"tap": "~7.1.2"
},
"homepage": "https://github.com/mozilla/badgekit-api",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/badgekit-api.git"
},
"bugs": {
"url": "https://github.com/mozilla/badgekit-api/issues"
}
}