{
  "name": "riot",
  "version": "2.3.15",
  "description": "A React-like user interface micro-library",
  "homepage": "http://riotjs.com/",
  "repository": { "type": "git", "url": "git://github.com/riot/riot.git" },
  "authors": ["Muut, Inc. and other contributors"],
  "license": "MIT",
  "keywords": [
    "custom tags",
    "custom elements",
    "web components",
    "virtual dom",
    "shadow dom",
    "polymer",
    "react",
    "jsx",
    "minimal",
    "minimalist",
    "client-side",
    "framework",
    "declarative",
    "templating",
    "template",
    "data binding",
    "mvc",
    "router",
    "model",
    "view",
    "controller",
    "riotjs",
    "riot.js"
  ],
  "ignore": [
    "**/*",
    "!/riot.js",
    "!/riot.min.js",
    "!/riot+compiler.js",
    "!/riot+compiler.min.js"
  ],
  "main": "riot.js"
}
