{
  "name": "h-app",
  "description": "Elm-like app for javascript.",
  "version": "0.0.0",
  "main": "index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "dev": "wzrd example/app.js -- -dv",
    "bundle": "browserify index.js | uglifyjs --compress --mangle - | gzip > bundle.min.gz",
    "preversion": "npm run lint && npm run deps && npm test",
    "postversion": "git push && git push --tags",
    "lint": "eslint .",
    "deps": "dependency-check package.json && dependency-check package.json --unused --entry test/*.js -i dependency-check -i eslint -i eslint-config-minlint -i tap-spec -i wzrd -i browserify -i uglify-js",
    "test": "tape test/*.js | tap-spec"
  },
  "dependencies": {
    "observ-struct": "^6.0.0",
    "virtual-dom": "^2.1.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "browserify": "^14.0.0",
    "dependency-check": "^2.8.0",
    "eslint": "^3.15.0",
    "eslint-config-minlint": "^2.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3",
    "uglify-js": "^2.7.5",
    "wzrd": "^1.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nichoth/model-message.git"
  },
  "keywords": [
    "elm",
    "app",
    "state",
    "machine",
    "model"
  ],
  "author": "nichoth",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nichoth/model-message/issues"
  },
  "homepage": "https://github.com/nichoth/model-message#readme"
}
