{
  "name": "cxviz-color",
  "version": "1.0.1",
  "description": "Color management routines for StrongTrace",
  "main": "index.js",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/strongloop/cxviz-color.git"
  },
  "keywords": [
    "strongloop",
    "monitoring"
  ],
  "license": {
    "name": "StrongLoop",
    "url": "https://github.com/strongloop/strongloop/blob/master/LICENSE"
  },
  "author": "StrongLoop <engineering@strongloop.com>",
  "bugs": {
    "url": "https://github.com/strongloop/cxviz-color/issues"
  },
  "homepage": "https://github.com/strongloop/cxviz-color",
  "jshintConfig": {
    "node": true,
    "browser": true,
    "devel": true,
    "jquery": true,
    "undef": true,
    "unused": true,
    "asi": true,
    "indent": 2,
    "eqnull": true,
    "loopfunc": true,
    "eqeqeq": false,
    "newcap": false,
    "globalstrict": true,
    "validthis": true
  },
  "dependencies": {
    "randomcolor": "^0.1.1"
  },
  "devDependencies": {
    "tape": "^2.13.4"
  }
}
