openbadges-validator-service/package.json

43 строки
1.2 KiB
JSON

{
"name": "openbadges-validator-service",
"version": "0.0.6",
"private": true,
"description": "Web frontent for openbadges-validator",
"main": "app.js",
"dependencies": {
"dataurl": "~0.1.0",
"express": "~3.1.0",
"openbadges-validator": "~0.0.21",
"bunyan": "~0.21.4",
"nunjucks": "~0.1.9",
"gelf-stream": "~0.2.2",
"newrelic": "~0.9.22",
"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.0.34",
"colors": "~0.6.1",
"fibers": "~1.0.1",
"async": "~0.2.9"
},
"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"
},
"author": "Brian J. Brennan",
"license": "MPL 2.0",
"readmeFilename": "README.md",
"gitHead": "4959c490fbabcbadcfe5e1926972a2b1fa741f2a"
}