{
  "name": "plastiq",
  "version": "1.33.0",
  "description": "A fast, feature rich and simple framework for building dynamic browser applications.",
  "main": "index.js",
  "dependencies": {
    "virtual-dom": "2.1.1"
  },
  "devDependencies": {
    "benchmark": "2.1.0",
    "bluebird": "3.3.4",
    "browser-monkey": "1.28.2",
    "browserify": "13.0.0",
    "chai": "3.5.0",
    "jquery": "^2.1.3",
    "jquery-sendkeys": "4.0.0",
    "jsdom": "8.2.0",
    "karma": "1.2.0",
    "karma-browserify": "5.1.0",
    "karma-browserstack-launcher": "1.0.1",
    "karma-chrome-launcher": "1.0.1",
    "karma-cli": "1.0.1",
    "karma-firefox-launcher": "1.0.0",
    "karma-ievms": "0.1.0",
    "karma-mocha": "1.1.1",
    "karma-mocha-reporter": "2.1.0",
    "karma-safari-launcher": "1.0.0",
    "mocha": "3.0.2",
    "trytryagain": "1.2.0",
    "uglify-js": "^2.4.16",
    "vdom-to-html": "^2.0.0",
    "watchify": "3.7.0"
  },
  "scripts": {
    "test": "npm run karma && npm run mocha",
    "karma": "karma start --single-run",
    "mocha": "mocha test/server/*Spec.js",
    "build": "browserify browser.js > plastiq.js && uglifyjs --compress warnings=false --mangle -- plastiq.js > plastiq.min.js",
    "prepublish": "npm run build",
    "size": "npm run build && gzip < plastiq.min.js > plastiq.min.js.gz && ls -lh plastiq.*"
  },
  "keywords": [
    "virtual-dom",
    "front-end",
    "mvc",
    "framework",
    "html",
    "plastiq"
  ],
  "author": "Tim Macfarlane <timmacfarlane@gmail.com>",
  "license": "MIT",
  "files": [
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/featurist/plastiq.git"
  },
  "bugs": {
    "url": "https://github.com/featurist/plastiq/issues"
  },
  "homepage": "https://github.com/featurist/plastiq"
}
