aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-sym/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-sym/package.json')
-rw-r--r--node_modules/gulp-sym/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/node_modules/gulp-sym/package.json b/node_modules/gulp-sym/package.json
deleted file mode 100644
index 590dea962..000000000
--- a/node_modules/gulp-sym/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "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"
- }
-}