You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
905 B
35 lines
905 B
{ |
|
"name": "karma-subunit-reporter", |
|
"version": "0.0.4", |
|
"description": "A Karma plugin to report results in Subunit format", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "exit 0", |
|
"lint": "eslint ./" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/openstack/karma-subunit-reporter.git" |
|
}, |
|
"keywords": [ |
|
"karma-plugin", |
|
"karma-reporter", |
|
"subunit" |
|
], |
|
"author": "OpenStack <openstack-dev@lists.openstack.org> (http://www.openstack.org/)", |
|
"license": "Apache-2.0", |
|
"bugs": { |
|
"url": "https://github.com/openstack/karma-subunit-reporter/issues" |
|
}, |
|
"homepage": "http://git.openstack.org/cgit/openstack/karma-subunit-reporter/tree/README.md", |
|
"dependencies": { |
|
"subunit-js": "0.0.2" |
|
}, |
|
"devDependencies": { |
|
"eslint": "^1.5.1", |
|
"eslint-config-openstack": "^1.2.4" |
|
}, |
|
"peerDependencies": { |
|
"karma": ">=0.9" |
|
} |
|
}
|
|
|