{
    "name": "coco-js"
  , "version": "0.0.3"
  , "description": "Add CoffeeScript prototype alias operator (::) to JavaScript"
  , "author": "benjreinhart"
  , "engines":
    {
      "node": ">=0.11.9"
    }

  , "keywords":
    [
        "prototype"
      , "alias"
      , "operator"
      , "macros"
      , "sweet-js"
      , "sweet-macros"
      , "coffeescript"
    ]

  , "devDependencies":
    {
        "chai": "~1.8.1"
      , "mocha": "~1.17.0"
      , "sweet.js": "~0.4.x"
    }

  , "repository":
    {
        "type" : "git"
      , "url"  : "git@github.com:benjreinhart/coco-js.git"
    }

  , "bugs":
    {
        "url": "https://github.com/benjreinhart/coco-js/issues"
    }

  , "homepage": "https://github.com/benjreinhart/coco-js"

  , "license": "MIT"
  , "main": "src/coco.sjs"
}
