This project manages its dependencies using npm. Learn more
package.json 1.67 KB
{
  "name": "gulp-coffee",
  "description": "Compile CoffeeScript files",
  "version": "2.2.0",
  "homepage": "http://github.com/wearefractal/gulp-coffee",
  "repository": {
    "type": "git",
    "url": "git://github.com/wearefractal/gulp-coffee.git"
  },
  "author": {
    "name": "Fractal",
    "email": "contact@wearefractal.com",
    "url": "http://wearefractal.com/"
  },
  "main": "./index.js",
  "keywords": [
    "gulpplugin"
  ],
  "dependencies": {
    "coffee-script": "~1.8.0",
    "through2": "^0.6.1",
    "gulp-util": "^3.0.0",
    "merge": "^1.1.3",
    "vinyl-sourcemaps-apply": "~0.1.1"
  },
  "devDependencies": {
    "gulp-sourcemaps": "^1.1.1",
    "mocha": "^1.21.4",
    "should": "^4.0.4"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">= 0.9.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/wearefractal/gulp-coffee/raw/master/LICENSE"
    }
  ],
  "gitHead": "1f86925caf14227dbf255b727bef141d1303306c",
  "bugs": {
    "url": "https://github.com/wearefractal/gulp-coffee/issues"
  },
  "_id": "gulp-coffee@2.2.0",
  "_shasum": "261fba53a28cf9c3ca8157bcdc49a39a7ed668aa",
  "_from": "gulp-coffee@^2.2.0",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "fractal",
    "email": "contact@wearefractal.com"
  },
  "maintainers": [
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    }
  ],
  "dist": {
    "shasum": "261fba53a28cf9c3ca8157bcdc49a39a7ed668aa",
    "tarball": "http://registry.npmjs.org/gulp-coffee/-/gulp-coffee-2.2.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/gulp-coffee/-/gulp-coffee-2.2.0.tgz",
  "readme": "ERROR: No README data found!"
}