{
  "name": "dotty",
  "version": "0.1.2",
  "description": "Access properties of nested objects using dot-path notation",
  "main": "lib/index.js",
  "scripts": {
    "test": "vows",
    "prepare": "docco \"./lib/index.js\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/deoxxa/dotty.git"
  },
  "keywords": [
    "object",
    "access",
    "dot",
    "path",
    "mongodb"
  ],
  "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "vows": "^0.8.3",
    "docco": "^0.8.1"
  }
}
