{
  "name": "color-cod",
  "version": "0.1.0",
  "description": "Color code identical strings with the same color.",
  "main": "lib/index.js",
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "chalk": "^1.1.3"
  },
  "scripts": {
    "test": "npm run gulp test",
    "gulp": "./node_modules/gulp/bin/gulp.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vjpr/color-cod.git"
  },
  "keywords": [
    "color",
    "chalk",
    "ascii",
    "log"
  ],
  "author": "Vaughan Rouesnel <vrouesnel@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vjpr/color-cod/issues"
  },
  "homepage": "https://github.com/vjpr/color-cod#readme",
  "devDependencies": {
    "gulp": "gulpjs/gulp.git#4.0",
    "babelator": "^0.2.20",
    "babel-preset-live": "^0.1.0"
  },
  "pre-push": [],
  "shipmate": {
    "skip": [
      "lint",
      "test"
    ]
  }
}
