{
  "name": "gulp-symlink",
  "version": "2.1.4",
  "description": "Create symlinks during your gulp build.",
  "license": "MIT",
  "homepage": "https://github.com/ben-eb/gulp-symlink",
  "author": {
    "name": "Ben Briggs",
    "email": "beneb.info@gmail.com",
    "url": "http://beneb.info"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": "ben-eb/gulp-symlink",
  "keywords": [
    "gulpplugin",
    "symlink"
  ],
  "dependencies": {
    "gulp-util": "~3.0.6",
    "mkdirp": "~0.5.1",
    "through2": "~2.0.0",
    "async": "~1.4.0"
  },
  "devDependencies": {
    "chai": "~3.2.0",
    "clear": "0.0.1",
    "gulp": "~3.9.0",
    "gulp-jshint": "~1.11.2",
    "gulp-mocha": "~2.1.3",
    "jshint-stylish": "~2.0.1",
    "mocha": "^2.2.5",
    "rimraf": "~2.4.2"
  },
  "main": "index.js"
}
