Name: js-handler/node_modules/restify/node_modules/bunyan/node_modules/mv/package.json 
1:
{
2:
  "name": "mv",
3:
  "version": "0.0.5",
4:
  "description": "fs.rename but works across devices. same as the unix utility 'mv'",
5:
  "main": "index.js",
6:
  "scripts": {
7:
    "test": "mocha"
8:
  },
9:
  "repository": {
10:
    "type": "git",
11:
    "url": "git://github.com/superjoe30/node-mv.git"
12:
  },
13:
  "keywords": [
14:
    "mv",
15:
    "move",
16:
    "rename",
17:
    "device",
18:
    "recursive",
19:
    "folder"
20:
  ],
21:
  "author": {
22:
    "name": "Andrew Kelley"
23:
  },
24:
  "license": "BSD",
25:
  "engines": {
26:
    "node": ">=0.8.0"
27:
  },
28:
  "devDependencies": {
29:
    "proxyquire": "~0.3.4",
30:
    "mocha": "~1.6.0"
31:
  },
32:
  "readme": "[![Build Status](https://secure.travis-ci.org/superjoe30/node-mv.png)](http://travis-ci.org/superjoe30/node-mv)\n\nUsage:\n------\n\n```javascript\nvar mv;\n\nmv = require('mv');\n\nmv('source/file', 'dest/file', function(err) {\n  // done. it tried fs.rename first, and then falls back to\n  // piping the source file to the dest file and then unlinking\n  // the source file.\n});\n```\n",
33:
  "readmeFilename": "README.md",
34:
  "bugs": {
35:
    "url": "https://github.com/superjoe30/node-mv/issues"
36:
  },
37:
  "_id": "[email protected]",
38:
  "dist": {
39:
    "shasum": "0799776048030bf4f1f499b51cf1c77ce383ffcb"
40:
  },
41:
  "_from": "[email protected]",
42:
  "_resolved": "https://registry.npmjs.org/mv/-/mv-0.0.5.tgz"
43:
}