{
  "name": "gulp-sym",
  "version": "0.0.14",
  "description": "Gulp symlink",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec test/index.js"
  },
  "keywords": [
    "gulpplugin",
    "symlink",
    "gulp-symlink"
  ],
  "author": "soyuka",
  "license": "MIT",
  "dependencies": {
    "mkdirp": "^0.5.0",
    "through2": "^0.5.1",
    "rimraf": "^2.2.6",
    "gulp-util": "^2.2.14"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^1.18.2",
    "async": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/soyuka/gulp-sym"
  },
  "bugs": {
    "url": "https://github.com/soyuka/gulp-sym/issues"
  }
}