forked from mozilla/openbadges-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 986 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
38
39
40
41
42
43
44
45
{
"name": "openbadges-validator",
"version": "1.1.1",
"description": "openbadges validation tools",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"dateutil": "~0.1.0",
"dataurl": "~0.1.0",
"request": "~2.14.0",
"async": "~0.2.5",
"jws": "~3.1.0",
"deep-equal": "0.0.0",
"jsonschema": "1.1.0",
"jsonld": "0.4.6"
},
"devDependencies": {
"nock": "~1.0.0",
"tap": "~0.4.0",
"underscore": "~1.5.1",
"sinon": "~1.7.3",
"jake": "~0.6.11",
"cover": "0.2.9"
},
"engines": {
"node": "~0.10.0"
},
"scripts": {
"test": "node node_modules/tap/bin/tap test/local/*"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/openbadges-validator.git"
},
"keywords": [
"openbadges",
"validation"
],
"author": "Brian J. Brennan",
"license": "MPL 2.0",
"readmeFilename": "README.md",
"gitHead": "898ea511952e2eda151e484c0b074164139bbe3e"
}