org.eclipse.n4js.mangelhaft.runner.ide
Version:
IDE Runner used to launch the mangelhaft tests from IDE.
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "org.eclipse.n4js.mangelhaft.runner.ide",
"version": "0.13.5",
"author": {
"name": "NumberFour AG",
"email": "npm@numberfour.eu"
},
"license": "EPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse/n4js/tree/master/n4js-libs/packages/org.eclipse.n4js.mangelhaft.runner.ide"
},
"description": "IDE Runner used to launch the mangelhaft tests from IDE.",
"keywords": [
"n4js",
"testing",
"mangelhaft"
],
"engines": {
"node": ">= 5.0.0"
},
"n4js": {
"projectType": "library",
"vendorId": "org.eclipse.n4js",
"vendorName": "Eclipse N4JS Project",
"output": "src-gen",
"sources": {
"source": [
"src/n4js"
]
},
"requiredRuntimeLibraries": [
"n4js-runtime-n4",
"n4js-runtime-fetch",
"n4js-runtime-v8"
],
"moduleLoader": "n4js"
},
"dependencies": {
"n4js-node": "0.13.5",
"n4js-runtime-fetch": "0.13.5",
"n4js-runtime-n4": "0.13.5",
"n4js-runtime-v8": "0.13.5",
"n4js.lang": "0.13.5",
"org.eclipse.n4js.mangelhaft": "0.13.5",
"org.eclipse.n4js.mangelhaft.reporter.ide": "0.13.5"
},
"gitHead": "1fbbd25f53aeebd77f8f055b15297bc73f88db03"
}