{
  "name": "flatcolors",
  "version": "3.0.0",
  "description": "Find the nearest flat color for a RGB/Hex input.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/IonicaBizau/node-flat-colors.git"
  },
  "keywords": [
    "node",
    "flat",
    "ui",
    "colors"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com>",
  "license": "KINDLY",
  "bugs": {
    "url": "https://github.com/IonicaBizau/node-flat-colors/issues"
  },
  "homepage": "https://github.com/IonicaBizau/node-flat-colors",
  "directories": {
    "test": "test"
  },
  "blah": {
    "h_img": "http://i.imgur.com/S57IeyN.png"
  },
  "dependencies": {}
}
