blob: 586dd8071961bd0f054aa95e5d73b2d07c9e719e [file] [log] [blame]
{
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"bin": {
"istanbul": "./lib/cli.js"
},
"contributors": [
"Reid Burke <me@reidburke.com>",
"Martin Cooper <mfncooper@gmail.com>",
"Dav Glass <davglass@gmail.com>",
"nowamasa <nowamasa@gmail.com>",
"Miller Medeiros @millermedeiros <contact@millermedeiros.com>",
"Daniel Perez Alvarez @unindented <unindented@gmail.com>",
"Mathias Bynens @mathiasbynens <mathias@qiwi.be>",
"Nathan Brown @nbrownus <nate@betable.com>",
"Brian Ng @existentialism <bng412@gmail.com>",
"John Morrison @jrgm",
"Tomaz Muraus @kami <tomaz+github@tomaz.me>",
"Joe @jhansche <jhansche@meetme.com>",
"Vojta Jina @vojtajina <vojta.jina@gmail.com>",
"Dmitry Shirokov @runk <deadrunk@gmail.com>",
"Chris Gladd @chrisgladd",
"Sergey Belov <peimei@ya.ru>",
"porneL @pornel <pornel@pornel.net>",
"@asifrc",
"Gergely Nemeth @gergelyke",
"@bixdeng",
"@mpderbec",
"@jxiaodev",
"Arpad Borsos @Swatinem <arpad.borsos@googlemail.com>",
"Ariya Hidayat @ariya",
"@markyen",
"Sam Saccone @samccone <sam@samx.it>",
"Jason Cheatham @jason0x43",
"@smikes",
"Yasyf Mohamedali @yasyf <yasyfm@gmail.com>",
"Fabio Crisci @piuccio <piuccio@gmail.com>",
"Ryan Roemer @ryan-roemer <ryan@loose-bits.com>",
"Douglas Christopher Wilson @dougwilson",
"Gustav Nikolaj @gustavnikolaj <gustavnikolaj@gmail.com>",
"Denis Sokolov @denis-sokolov <denis@sokolov.cc>",
"Yann Mainier @ymainier",
"Yiyu He @dead-horse <heyiyu.deadhorse@gmail.com>",
"Andrew Kelley @andrewrk <superjoe30@gmail.com>",
"Will LaBranche @wlabranche <will@labranche.io>",
"Mathieu Naouache @math-nao <math.nao@outlook.com>",
"Ron Korving @ronkorving",
"Rob McGuire-Dale @robatron <rob.mcguiredale@gmail.com>",
"Justin Johnson @booleangate",
"Juan Gabriel Jim\u00e9nez @juangabreil <juangabreil@gmail.com>",
"Daniel Sabelnikov @dragn <dsabelnikov@gmail.com>",
"Tony Lukasavage @tonylukasavage <anthony.lukasavage@gmail.com>",
"Simon Ramsay @nexus-uw",
"Dominykas Bly\u017e\u0117 @dominykas",
"Seth Pollack @sethpollack",
"Benjamin E. Coe @bcoe <ben@npmjs.com>",
"Yuren Ju <yurenju@gmail.com>",
"Aleksey Verkholantsev <alex-vee@yandex-team.ru>",
"Ed S <ejsanders@gmail.com>",
"Mordy Tikotzky <mordytk@gmail.com>",
"Haoliang Gao @popomore <sakura9515@gmail.com>",
"Roderick Hsiao @roderickhsiao",
"Nikita Gusakov @nkt",
"Alex Dunphy @alexdunphy <alexanderdunphy@gmail.com>",
"Artemy Tregubenko @arty-name <me@arty.name>",
"Arye Lukashevski @aryelu",
"@sterlinghw",
"Gord Tanner <gord@bithound.io>",
"Tom MacWright @tmcw <tom@macwright.org>",
"Kitson Kelly @kitsonk",
"@asa-git",
"@RoCat",
"Ian Page Hands @iphands <iphands@gmail.com>",
"Eddie Gurnee @pegurnee",
"Kevin Decker @kpdecker <kpdecker@gmail.com>",
"isaacs @isaacs <i@izs.me>",
"Steve Gray @steve-gray",
"Prayag Verma @pra85 <prayag.verma@gmail.com>",
"Abe Fehr @abejfehr <abe.fehr@gmail.com>",
"Brian Woodward @doowb <brian.woodward@gmail.com>",
"@Victorystick",
"@inversion",
"@JamesMGreene",
"@ChALkeR",
"@graingert"
],
"dependencies": {
"abbrev": "1.0.x",
"async": "1.x",
"escodegen": "1.8.x",
"esprima": "2.7.x",
"glob": "^5.0.15",
"handlebars": "^4.0.1",
"js-yaml": "3.x",
"mkdirp": "0.5.x",
"nopt": "3.x",
"once": "1.x",
"resolve": "1.1.x",
"supports-color": "^3.1.0",
"which": "^1.1.1",
"wordwrap": "^1.0.0"
},
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"devDependencies": {
"coveralls": "2.x",
"jshint": "^2.8.0",
"nodeunit": "0.9.x",
"requirejs": "2.x",
"rimraf": "^2.4.3"
},
"files": [
"index.js",
"lib/"
],
"keywords": [
"coverage",
"code coverage",
"JS code coverage",
"JS coverage"
],
"license": "BSD-3-Clause",
"name": "istanbul",
"repository": {
"type": "git",
"url": "git://github.com/gotwarlost/istanbul.git"
},
"scripts": {
"docs": "npm install yuidocjs && node node_modules/yuidocjs/lib/cli.js .",
"posttest": "node ./lib/cli.js check-coverage --statements 95 --branches 80",
"pretest": "jshint index.js lib/ test/ && ./download-escodegen-browser.sh",
"test": "node --harmony test/run.js"
},
"version": "0.4.5"
}