forked from mozilla/openbadges-bakery
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 904 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
37
{
"name": "openbadges-bakery",
"version": "1.0.6",
"description": "Tools for baking and debaking openbadge images",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": "bin/oven",
"dependencies": {
"request": "~2.11.4",
"streampng": "git+https://[email protected]/OpenWorksGroup/streampng.git",
"optimist": "~0.3.5",
"cheerio": "0.22.0",
"concat-stream": "~1.1.0",
"through": "~2.3.4",
"buffer-equal": "0.0.0",
"jws": "~0.2.2"
},
"devDependencies": {
"oneshot": "~0.1.0",
"jshint": "~0.9.0",
"tap": "~0.3.1"
},
"scripts": {
"test": "./node_modules/.bin/tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenWorksGroup/openbadges-bakery.git"
},
"keywords": [
"openbadges"
],
"author": "Brian J. Brennan - Updated by Kerri Lemoie @ OpenWorks Group",
"license": "MPL 2.0"
}