{
  "name": "transicc",
  "version": "1.2.1",
  "description": "A nodejs wrapper for LittleCMSs transicc command line utility. Easily perform true ICC Profile-based color conversions from inside node.",
  "main": "transicc.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jpederson/node-transicc.git"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha -w"
  },
  "keywords": [
    "color",
    "conversion",
    "ICC",
    "ICC profiles",
    "node",
    "LittleCMS",
    "transicc"
  ],
  "author": "James Pederson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jpederson/node-transicc/issues"
  },
  "homepage": "https://github.com/jpederson/node-transicc",
  "dependencies": {},
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  }
}
