{
  "name": "skywalker",
  "version": "0.3.2",
  "description": "Walks a directory tree and transforms loaded nodes",
  "main": "index.js",
  "keywords": [
    "fs",
    "directory",
    "walk",
    "eventEmitter"
  ],
  "author": "xananax@yelostudio.com",
  "license": "MIT",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "mime": "^1.2.11",
    "minimatch": "^1.0.0",
    "node.extend": "^1.0.10"
  },
  "devDependencies": {
    "chokidar": "^0.11.1",
    "watch": "^0.13.0",
    "gaze": "^0.6.4",
    "chai": "^1.9.2",
    "mocha": "^2.0.1",
    "checksum": "^0.1.1",
    "filesize": "^2.0.4",
    "image-size": "^0.3.5",
    "markdown": "^0.5.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Xananax/skywalker.git"
  },
  "bugs": {
    "url": "https://github.com/Xananax/skywalker/issues"
  },
  "homepage": "https://github.com/Xananax/skywalker"
}
