{
  "name": "@potient/factor",
  "version": "1.0.0-beta.5",
  "description": "A light-weight framework for building reactive components",
  "main": "Factor.js",
  "scripts": {
    "karma": "npm run prepare && karma start --single-run",
    "test": "npm run prepare:test && serve test -l 2345",
    "prepare": "rollup index.js --format esm --file Factor.js",
    "prepare:test": "npm run prepare && rollup -c test/rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wardlem/factor.git"
  },
  "keywords": [
    "webcomponent",
    "functional",
    "reactive"
  ],
  "author": "Mark Wardle <mark@potient.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wardlem/factor/issues"
  },
  "homepage": "https://github.com/wardlem/factor#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.1.0",
    "chai": "^4.2.0",
    "eslint": "^7.2.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "karma": "^5.1.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-rollup-preprocessor": "^7.0.5",
    "mocha": "^8.0.1",
    "rollup": "^1.26.3",
    "serve": "^11.3.2",
    "web-animations-js": "^2.3.2"
  }
}
