{
  "name": "symlink-or-copy",
  "description": "Symlink files or directories, falling back to copying on Windows",
  "version": "1.1.8",
  "author": "Jo Liss <joliss42@gmail.com>",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/broccolijs/node-symlink-or-copy"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha debug tests"
  },
  "devDependencies": {
    "mocha": "^2.2.4"
  }
}
