aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-sym/package.json
blob: af5fd732e2a14ffbb0960642c57d78e4ea691781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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"
  }
}