{
  "name": "json-model",
  "version": "0.2.24",
  "description": "JSON models using JSON Schemas, events and UI bindings",
  "main": "json-model.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geraintluff/json-model.git"
  },
  "keywords": [
    "json-schema",
    "code-generation",
    "json",
    "validation",
    "schema",
    "model",
    "html",
    "bindings"
  ],
  "author": "Geraint Luff",
  "license": "MIT",
  "devDependencies": {
    "chai": "~1.9.1",
    "grunt": "~0.4.1",
    "grunt-mocha-test": "~0.7.0",
    "mocha-unfunk-reporter": "~0.4.0",
    "grunt-concat-sourcemap": "~0.4.3",
    "json-model": "0.2.1",
    "tv4": "~1.1.0",
    "mdpages": "0.0.1",
    "grunt-contrib-uglify": "~0.5.1"
  }
}
