{
  "name": "caman-dist-only",
  "version": "4.1.3",
  "description": "Javascript (Ca)nvas (Man)ipulation for NodeJS and the browser - dist folder only to avoid dependency issues when browser only is desired",
  "keywords": [
    "canvas",
    "image",
    "manipulate",
    "filter",
    "image manipulation",
    "editing"
  ],
  "homepage": "http://camanjs.com",
  "author": {
    "name": "Ryan LeFevre",
    "email": "meltingice8917@gmail.com",
    "url": "http://meltingice.net"
  },
  "engines": {
    "node": ">= 0.6.18"
  },
  "contributors": [
    {
      "name": "Rick Waldron",
      "url": "http://github.com/rwldrn"
    },
    {
      "name": "Cezar Sa Espinola",
      "url": "http://github.com/cezarsa"
    },
    {
      "name": "Jarques Pretorius",
      "url": "http://twitter.com/jarques"
    },
    {
      "name": "Hosselaer",
      "url": "https://github.com/Hosselaer"
    },
    {
      "name": "Mario Klingemann",
      "url": "http://www.quasimondo.com"
    }
  ],
  "main": "./dist/caman.full.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/arschmitz/camam-dist-only.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script --reporter spec --globals Caman ./test/unit/*.coffee && ./node_modules/.bin/karma start --single-run --browsers Firefox",
    "examples": "./node_modules/servedir/bin/servedir",
    "docs": "codo",
    "docs-server": "codo --server"
  }
}
