{
  "name": "filepaths",
  "version": "0.3.0",
  "description": "Get paths to all files in dirs/subdirs",
  "keywords": [
    "paths",
    "files",
    "dirs",
    "recursive"
  ],
  "author": "Daniel St. Jules <danielst.jules@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/danielstjules/filepaths",
  "repository": {
    "type": "git",
    "url": "https://github.com/danielstjules/filepaths.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec test.js"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "mocha": "^2.2.5",
    "mock-fs": "^2.7.0"
  }
}
