testx-jasmine-reporters
Version:
A package for quick and easy installation of Jasmine reporters.
32 lines (31 loc) • 724 B
JSON
{
"name": "testx-jasmine-reporters",
"version": "1.1.1",
"description": "A package for quick and easy installation of Jasmine reporters.",
"main": "index.coffee",
"dependencies": {
"coffee-errors": "^0.8.6",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "~2.4.0",
"testx-html-reporter": "0.1.0"
},
"devDependencies": {
"coffee-script": "^1.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://www.github.com/testxio/testx-jasmine-reporters.git"
},
"keywords": [
"test",
"testx",
"reporter",
"report",
"jasmine"
],
"author": "Greyarch BV",
"license": "ISC"
}