{
  "name": "@cypress/coffeeify",
  "version": "1.0.0",
  "description": "browserify plugin for coffee-script with support for mixed .js and .coffee files",
  "main": "index.js",
  "dependencies": {
    "coffee-script": "^1.12.0",
    "convert-source-map": "^1.3.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "browserify": "^13.1.1",
    "tap": "^8.0.1",
    "through": "^2.3.8"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jnordberg/coffeeify.git"
  },
  "homepage": "https://github.com/jnordberg/coffeeify",
  "keywords": [
    "coffee-script",
    "browserify",
    "v2",
    "js",
    "plugin",
    "transform"
  ],
  "contributors": [
    {
      "name": "James Halliday",
      "email": "mail@substack.net",
      "url": "http://substack.net"
    },
    {
      "name": "Johan Nordberg",
      "email": "code@johan-nordberg.com",
      "url": "http://johan-nordberg.com"
    }
  ],
  "license": "MIT"
}
