{
  "name": "milo-ui",
  "version": "2.0.0",
  "description": "UI components and schema-based form generator for [milo.js](https://github.com/milojs/milo) framework",
  "keywords": [
    "framework",
    "reactive",
    "reactive programming",
    "binding",
    "data binding",
    "mvc",
    "model",
    "view",
    "controller",
    "component",
    "messenger",
    "one-page app"
  ],
  "main": "lib/milo_ui.js",
  "scripts": {
    "lint": "eslint lib test_browser",
    "test": "echo 'No tests'",
    "test-browser": "node_modules/.bin/grunt karma && node_modules/.bin/karma start",
    "posttest": "npm run lint"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/milojs/milo-ui.git"
  },
  "author": "MailOnline",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/milojs/milo-ui/issues"
  },
  "dependencies": {
    "async": "^2.0.1",
    "restyle": "^0.7.0"
  },
  "devDependencies": {
    "brfs": "^1.4.3",
    "browserify": "^14.0.0",
    "eslint": "^3.14.1",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-karma": "^2.0.0",
    "karma": "^1.4.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-mocha": "^1.1.1",
    "karma-spec-reporter": "0.0.26",
    "karma-webdriver-launcher": "^1.0.5",
    "milojs": "^1.0.4",
    "mocha": "^3.2.0",
    "pre-commit": "^1.2.2"
  }
}
