{
  "name": "@radkick/kick",
  "description": "Short syntax html data binding + templating solution using javascript, a variation of rivetsjs and tinybind.",
  "version": "0.9.89",
  "author": "Ritesh Pahwa",
  "contributors": [
    "Ritesh Pahwa",
    "Michael Richards",
    "Luiz Américo Pereira Câmara"
  ],
  "url": "https://github.com/radkick/kickjs",
  "homepage": "http://kickjs.com/",
  "main": "./dist/kick.js",
  "keywords": [
    "kick",
    "kickjs",
    "@radkick/kick",
    "html bind",
    "js bind",
    "javascript bind",
    "rivets",
    "tinybind",
    "knockout",
    "vuejs",
    "angular",
    "angularJS",
    "react"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/radkick/kickjs/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/radkick/kickjs.git"
  },
  "scripts": {
    "pretest": "node tools/build.js --development",
    "test": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js spec/runner.html",
    "build": "node tools/build",
    "examples": "http-server",
    "dev": "webpack --watch --env.dev"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "mocha": "^6.1.4",
    "puppeteer": "^1.17.0",
    "rollup": "^1.13.1",
    "rollup-plugin-babel": "^4.0.1",
    "rollup-plugin-uglify": "^6.0.2",
    "should": "~4.0.4",
    "sinon": "~1.10.2",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-custom-element-classes": "0.1.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "mocha-phantomjs-core": "^1.3.1",
    "phantomjs-prebuilt": "^2.1.12"
  }
}
