s0ph1e/node-check-color

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "check-color",
  "version": "1.0.0",
  "description": "Check color shade",
  "main": "index.js",
  "scripts": {
    "test": "npm run jscs && npm run unit",
    "unit": "istanbul cover _mocha --dir ./coverage --report lcov -- -R spec --recursive ./test",
    "jscs": "jscs ./src ./test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s0ph1e/node-check-color.git"
  },
  "keywords": [
    "color",
    "shade",
    "check"
  ],
  "author": "s0ph1e",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/s0ph1e/node-check-color/issues"
  },
  "homepage": "https://github.com/s0ph1e/node-check-color#readme",
  "readmeFilename": "README.md",
  "dependencies": {
    "lodash": "^4.17.10",
    "parse-color": "^1.0.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.5",
    "jscs": "^3.0.7",
    "mocha": "^5.2.0"
  },
  "files": [
    "index.js",
    "src"
  ]
}