{
  "name": "jquery-vartodom",
  "version": "1.0.4",
  "description": "A jQuery plugin for rendering variables to the DOM. Supports nested objects and arrays.",
  "license": "MIT",
  "homepage": "https://github.com/mjhasbach/jquery-varToDOM",
  "dependencies": {
    "jquery": "~2.1.3"
  },
  "keywords": [
    "jquery",
    "render",
    "var",
    "variable",
    "nested",
    "string",
    "number",
    "boolean",
    "object",
    "array",
    "DOM",
    "browser",
    "commonjs",
    "requirejs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mjhasbach/jquery-varToDOM.git"
  },
  "author": {
    "name": "Matthew Hasbach",
    "email": "hasbach.git@gmail.com",
    "url": "https://github.com/mjhasbach"
  },
  "main": "lib/jquery-varToDOM.js",
  "directories": {
    "example": "examples",
    "lib": "lib"
  }
}