vesln/eyehurt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "eyehurt",
  "version": "0.0.1",
  "description": "CLI color utility for zombies",
  "main": "index.js",
  "homepage": "https://github.com/vesln/eyehurt",
  "scripts": {
    "test": "node test",
    "posttest": "./node_modules/.bin/jsmd README.md",
    "coverage": "istanbul cover test",
    "coveralls": "istanbul cover test --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vesln/eyehurt"
  },
  "devDependencies": {
    "mini": "latest",
    "chai": "~1.8.1",
    "coveralls": "~2.3.0",
    "istanbul": "~0.1.44",
    "jsmd": "~0.2.0"
  },
  "author": "Veselin Todorov <hi@vesln.com>",
  "license": "MIT"
}