{
  "title": "Bindie - CommonJS/Browserified Data, Model, View binding",
  "name": "bindie",
  "description": "CommonJS/Browserified simple data view binding, without magic. This is a quick and light weight vanilla JS way to data bind UI elements",
  "version": "2.1.0",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.x"
  },
  "scripts": {
    "test": "mocha -R spec --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yawetse/bindie.git"
  },
  "dependencies": {
    "classie": ">=0.1.0",
    "ejs": "~2.1.4",
    "util-extend": ">=1.0.1"
  },
  "devDependencies": {
    "browserify": "~4.2.1",
    "chai": "1.9.1",
    "grunt": ">=0.4.5",
    "grunt-contrib-jshint": ">=0.4.3",
    "grunt-contrib-watch": ">=0.4.1",
    "grunt-simple-mocha": ">=0.4.0",
    "grunt-jsbeautifier": ">=0.2.7",
    "grunt-contrib-copy": ">=0.5.0",
    "grunt-browserify": ">=2.1.3",
    "grunt-contrib-less": ">=0.11.3",
    "grunt-jsdoc": ">=0.5.6",
    "grunt-contrib-uglify": ">=0.4.0",
    "grunt-contrib-cssmin": ">=0.9.0",
    "grunt-templater": ">=0.0.6",
    "grunt-newer": ">=0.7.0",
    "jsdoc": "3.3.0-alpha5",
    "mocha": "1.9.0",
    "uglify-js": "^2.4.15",
    "uglifyify": "^2.5.0"
  },
  "keywords": [
    "knockout",
    "data binding",
    "ui binding",
    "view binding",
    "ui",
    "ux",
    "dom"
  ]
}
