{
  "name": "scroll-tabs",
  "version": "1.0.1",
  "description": "A tab scrolling component",
  "main": "index.js",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "test": "karma start",
    "test:watch": "karma start --auto-watch --no-single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bpmn-io/scroll-tabs.git"
  },
  "bugs": {
    "url": "https://github.com/bpmn-io/scroll-tabs/issues"
  },
  "keywords": [
    "tabs",
    "scroll",
    "component",
    "browser",
    "browserify"
  ],
  "author": "bpmn.io <http://bpmn.io>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^5.2.0",
    "eslint-plugin-bpmn-io": "^0.5.3",
    "karma": "^2.0.2",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^1.2.0",
    "karma-webpack": "^3.0.0",
    "mocha": "^5.2.0",
    "npm-run-all": "^4.1.3",
    "puppeteer": "^1.5.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "webpack": "^4.16.2"
  },
  "dependencies": {
    "min-dash": "^3.1.0",
    "min-dom": "^3.1.0",
    "mitt": "^1.1.3"
  }
}
