borschik-tech-istanbul
Version:
borschik tech that instruments included files using istanbul code coverage tool
29 lines (28 loc) • 718 B
JSON
{
"name": "borschik-tech-istanbul",
"version": "0.3.1",
"description": "borschik tech that instruments included files using istanbul code coverage tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/borschik/borschik-tech-istanbul.git"
},
"keywords": [
"borschik",
"tech",
"istanbul",
"coverage"
],
"author": "Sergey Belov <peimei@ya.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/borschik/borschik-tech-istanbul/issues"
},
"homepage": "https://github.com/borschik/borschik-tech-istanbul",
"dependencies": {
"istanbul": "~0.2.3"
}
}