{
  "name": "progeny",
  "version": "0.12.0",
  "description": "Recursively finds dependencies of style and template source files",
  "author": {
    "name": "Elan Shanker",
    "url": "http://github.com/es128"
  },
  "homepage": "https://github.com/es128/progeny",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/es128/progeny"
  },
  "bugs": {
    "url": "https://github.com/es128/progeny/issues"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "async-each": "^1.0.0",
    "chalk": "^1.1.3",
    "fs-mode": "^1.0.1",
    "glob": "^7.0.3"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "sinon": "^1.17.4"
  }
}
