{
  "name": "ractive",
  "description": "Next-generation DOM manipulation",
  "version": "1.4.4",
  "homepage": "https://ractive.js.org",
  "license": "MIT",
  "main": "ractive.js",
  "jsnext:main": "ractive.mjs",
  "module": "ractive.mjs",
  "typings": "typings/ractive.d.ts",
  "bin": {
    "ractive": "./bin/ractive.js"
  },
  "keywords": [
    "binding",
    "data binding",
    "declarative",
    "dom",
    "handlebars",
    "mustache",
    "reactive",
    "template",
    "templates",
    "templating",
    "ui",
    "view model"
  ],
  "bugs": {
    "url": "https://github.com/ractivejs/ractive/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ractivejs/ractive.git"
  },
  "engines" : {
    "node" : ">=4.0.0",
    "npm" : ">=2.14.2"
  }
}
