{
  "name": "hyperdom",
  "version": "2.1.0",
  "description": "A fast, feature rich and simple framework for building dynamic browser applications.",
  "main": "index.js",
  "dependencies": {
    "vdom-parser": "1.3.4",
    "vdom-to-html": "2.3.1",
    "virtual-dom": "2.1.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/jquery": "^3.3.6",
    "@types/jsdom": "^11.12.0",
    "@types/mocha": "^5.2.5",
    "babel-preset-hyperdom": "^1.0.0",
    "browser-monkey": "2.4.1",
    "chai": "3.5.0",
    "codesandbox-example-links": "^1.0.0",
    "detect-browser": "1.6.2",
    "docsify-cli": "^4.3.0",
    "electron": "1.8.2",
    "electron-mocha": "3.4.0",
    "eslint": "3.19.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-es5": "1.0.1",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-node": "4.2.2",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "gh-pages": "^2.0.1",
    "hyperx": "2.3.0",
    "jquery": "3.3.1",
    "jquery-sendkeys": "4.0.0",
    "jsdom": "12.1.0",
    "karma": "3.0.0",
    "karma-browserstack-launcher": "1.5.1",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "1.0.1",
    "karma-electron-launcher": "0.2.0",
    "karma-firefox-launcher": "1.1.0",
    "karma-ievms": "0.1.0",
    "karma-mocha": "1.3.0",
    "karma-mocha-reporter": "2.2.5",
    "karma-safari-launcher": "1.0.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "lie": "3.1.1",
    "lowscore": "1.12.1",
    "mocha": "3.2.0",
    "trytryagain": "1.2.0",
    "ts-loader": "^5.2.2",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typescript": "^3.2.1",
    "typescript-tslint-plugin": "^0.1.2",
    "uglify-js": "3.6.0",
    "watchify": "3.9.0",
    "webpack": "4.35.0",
    "webpack-cli": "^3.3.5"
  },
  "scripts": {
    "test": "./node_modules/.bin/tsc && npm run karma && npm run mocha && eslint . && npm run tslint",
    "test-all": "BROWSERS=all npm test",
    "tslint": "tslint --project . *.d.ts test/**/*.ts{,x}",
    "karma": "karma start --single-run",
    "mocha": "TS_NODE_FILES=true mocha -r ts-node/register test/server/*Spec.ts",
    "build": "webpack index.js && uglifyjs --compress --mangle -o dist/hyperdom.min.js dist/main.js",
    "size": "npm run build && gzip < dist/hyperdom.min.js > dist/hyperdom.min.js.gz && ls -lh dist/hyperdom.*",
    "dev-website": "yarn build-website && docsify serve ./website-dist",
    "watch-docs": "ls docs/*.md | entr yarn codesandbox-example-links --iframe --output-dir=./website-dist ./docs/*.md",
    "build-website": "rm -rf ./website-dist && cp -r ./docs ./website-dist && codesandbox-example-links --iframe --output-dir=./website-dist ./docs/*.md",
    "publish-website": "yarn build-website && gh-pages -t -d website-dist"
  },
  "keywords": [
    "virtual-dom",
    "front-end",
    "mvc",
    "framework",
    "html",
    "plastiq",
    "hyperdom"
  ],
  "author": "Tim Macfarlane <timmacfarlane@gmail.com>",
  "license": "MIT",
  "files": [
    "*.js",
    "*.d.ts",
    "*.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/featurist/hyperdom.git"
  },
  "bugs": {
    "url": "https://github.com/featurist/hyperdom/issues"
  },
  "homepage": "https://github.com/featurist/hyperdom"
}
