{
  "name": "dotject",
  "author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)",
  "description": "Dot notation to object. Supports nesting and same level objects as well as (multiple) value assignment and value overriding.",
  "homepage": "http://ilee.co.uk",
  "version": "0.6.6",
  "main": "dotject.js",
  "keywords": [
    "dot notation",
    "shortcode",
    "object",
    "json",
    "assignment",
    "value"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:leecrossley/dotject.git"
  },
  "engines": {
    "node": ">= 0.8.x"
  },
  "devDependencies": {
    "grunt": "^0.4.0",
    "grunt-contrib-jasmine": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-watch": "^0.6.0"
  },
  "dependencies": {
    "functional.js": "~0.6.x"
  }
}
