{
  "name": "sc-color",
  "author": "Benjamin Cronin",
  "description": "A JavaScript color parsing and manipulation library designed for convenience and flexibility (rather than runtime performance).",
  "homepage": "http://surfacecurve.org",
  "version": "0.4.0",
  "license": "MIT",
  "private": false,
  "main": "./lib/surfacecurve-color.js",
  "scripts": {
    "test": "node node_modules/nodeunit/bin/nodeunit test"
  },
  "dependencies": {
  },
  "devDependencies": {
    "handlebars": "^3.0.0",
    "nodeunit": "^0.9.1",
    "underscore": "1.4.x"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/bcronin/surfacecurve-color.git"
  }
}
