{
  "name": "fs-path",
  "version": "0.0.25",
  "main": "lib/index.js",
  "author": {
    "name": "pillys",
    "email": "pillys@163.com",
    "url": "http://www.qque.com"
  },
  "keywords": [
    "fs-path",
    "file",
    "directory"
  ],
  "repository": {
    "url": "https://github.com/pillys/fs-path",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/pillys/fs-path/issues"
  },
  "homepage": "https://github.com/pillys/fs-path",
  "dependencies": {
    "async": "~0.9.0",
    "shell-escape": "^0.2.0"
  },
  "description": "file and directory op libs, find, findSync, mkdir, mkdirSync, copy, copySync, remove, removeSync, writeFile, writeFileSync",
  "readmeFilename": "README.md",
  "license": "MIT"
}
