{
  "name": "graceful-ncp",
  "version": "3.0.0",
  "description": "Asynchronous recursive file copying (with graceful-fs)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adam-lynch/graceful-ncp.git"
  },
  "homepage": "https://github.com/adam-lynch/graceful-ncp",
  "bugs": {
    "url": "https://github.com/adam-lynch/graceful-ncp/issues"
  },
  "keywords": [
    "ncp",
    "graceful",
    "fs",
    "copy"
  ],
  "author": "Adam Lynch <contact@adamlynch.com>",
  "license": "MIT",
  "dependencies": {
    "graceful-fs": "^4.1.4",
    "ncp": "^2.0.0",
    "proxyquire": "^1.4.0"
  }
}
