justo-reporter
Version:
The Justo.js reporter library.
66 lines (65 loc) • 1.36 kB
JSON
{
"name": "justo-reporter",
"version": "0.10.3",
"description": "The Justo.js reporter library.",
"homepage": "http://www.justojs.org",
"author": {
"name": "Justo Labs",
"email": "info@justolabs.com",
"url": "http://www.justojs.org"
},
"contributors": [
{
"name": "Raúl G. González",
"email": "raulggonzalez@justojs.org",
"url": ""
}
],
"keywords": [
"Justo",
"Justo.js"
],
"bugs": {
"url": "https://github.com/justojs/justo-reporter/issues",
"email": "issues@justojs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/justojs/justo-reporter.git"
},
"engines": {
"node": ">=5.0.0",
"npm": ">=3.0.0"
},
"dependencies": {
"colors": "*",
"deep-assign": "*",
"justo-console": "*"
},
"peerDependencies": {
"justo-result": "*"
},
"devDependencies": {
"babel-preset-es2015": "*",
"grunt": "*",
"grunt-babel": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-travis-lint": "*",
"grunt-mocha-test": "*",
"justo-assert": "*",
"justo-result": "*",
"justo-spy": "*",
"justo-stub": "*",
"mocha": "*"
},
"preferGlobal": false,
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"test": "grunt test"
}
}