{
  "author": "AJ ONeal <awesome@coolaj86@.com> (http://coolaj86.com/)",
  "name": "fs.extra",
  "description": "fs.move and fs.copy for Node.JS",
  "version": "1.3.2",
  "repository": {
    "type": "git",
    "url": "git://github.com/coolaj86/utile-fs.git"
  },
  "main": "fs.extra",
  "scripts": {
    "test": "node test.js"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "fs-extra": "~0.6.1",
    "mkdirp": "~0.3.5",
    "walk": "^2.3.9"
  },
  "devDependencies": {
    "sequence": "~2.2.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    },
    {
      "type": "Apache License, Version 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ]
}
