{
  "name": "path-proxy",
  "version": "1.0.0",
  "description": "A path proxy object constructor",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/jasmine-node/bin/jasmine-node spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jclem/path-proxy"
  },
  "keywords": [
    "node",
    "proxy"
  ],
  "author": "Jonathan Clem",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jclem/path-proxy/issues"
  },
  "dependencies": {
    "inflection": "~1.3.0"
  },
  "devDependencies": {
    "jasmine-node": "~1.11.0"
  }
}
