{
  "name": "connect-file",
  "version": "0.1.0",
  "description": "connect stream and another file given its path.",
  "license": "MIT",
  "repository": "AntiMoron/connect-file",
  "author": {
    "name": "AntiMoron",
    "email": "anti2moron@gmail.com",
    "url": "https://github.com/AntiMoron"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "should"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "connect-file",
    "connect"
  ],
  "dependencies": {
    "event-stream": "^3.2.1",
    "fs": "0.0.2",
    "gulp-util": "^3.0.2",
    "mocha": "*",
    "through2": "^0.6.3"    
    },
  "devDependencies": {
    "event-stream": "^3.2.1",
    "fs": "0.0.2",
    "gulp-util": "^3.0.2",
    "mocha": "*",
    "through2": "^0.6.3"
  }
}
