forked from mozilla/openbadges-validator-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
47
{
"name": "openbadges-validator-service",
"version": "0.0.11",
"private": true,
"description": "Web frontent for openbadges-validator",
"main": "app.js",
"dependencies": {
"dataurl": "~0.1.0",
"express": "~3.1.0",
"openbadges-validator": "1.1.1",
"bunyan": "~0.21.4",
"nunjucks": "~0.1.9",
"gelf-stream": "~0.2.2",
"newrelic": "~0.10.3",
"jws": "~0.2.2"
},
"devDependencies": {
"mocha": "~1.9.0",
"should": "~1.2.2",
"cheerio": "~0.12.0",
"sinon": "~1.7.3",
"supertest": "~0.6.0",
"cucumber": "~0.3.1",
"wd": "0.2.2",
"colors": "~0.6.1",
"fibers": "~1.0.1",
"async": "~0.2.9",
"underscore": "~1.5.1",
"phantomjs": "~1.9.2-5"
},
"scripts": {
"start": "./bin/openbadges-validator-service.js | ./node_modules/.bin/bunyan",
"start-with-logs": "./bin/openbadges-validator-service.js | ./bin/messina | ./node_modules/.bin/bunyan",
"test": "./node_modules/.bin/mocha --reporter spec --check-leaks test/*.test.js && ./node_modules/.bin/cucumber-js -f pretty"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/openbadges-validator-service.git"
},
"engines": {
"node": "~0.10.40"
},
"author": "Brian J. Brennan",
"license": "MPL 2.0",
"readmeFilename": "README.md",
"gitHead": "4959c490fbabcbadcfe5e1926972a2b1fa741f2a"
}