{
  "name": "tobii",
  "version": "2.0.0-alpha",
  "description": "An accessible, open-source lightbox with no dependencies.",
  "main": "dist/js/tobii.js",
  "style": "dist/css/tobii.css",
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "autoprefixer": "^9.7.4",
    "rollup": "^1.32.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-babel-minify": "^9.1.1",
    "standard": "^14.3.1"
  },
  "browserslist": [
    "last 2 versions",
    "not <= 1%",
    "not IE 10"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rqrauhvmra/tobii.git"
  },
  "keywords": [
    "lightbox",
    "accessible",
    "a11y",
    "javascript",
    "vanilla",
    "scss",
    "css"
  ],
  "author": "rqrauhvmra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rqrauhvmra/tobii/issues"
  },
  "homepage": "https://github.com/rqrauhvmra/tobii"
}
