{ "name": "gulp-sym", "version": "1.0.2", "description": "Gulp symlink", "main": "index.js", "scripts": { "test": "mocha --reporter spec test/index.js" }, "keywords": [ "gulpplugin", "symlink", "gulp-symlink" ], "author": "soyuka", "license": "MIT", "dependencies": { "@soyuka/exists-sync": "^1.0.1", "gulp-util": "^3.0.7", "mkdirp": "^0.5.1", "rimraf": "^2.5.4", "through2": "^2.0.3" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "async": "^2.1.4" }, "repository": { "type": "git", "url": "https://github.com/soyuka/gulp-sym" }, "bugs": { "url": "https://github.com/soyuka/gulp-sym/issues" } }