{
  "name": "simple-tabs-js",
  "version": "1.4.1",
  "description": "A quick way to implement tabs in your web project !!!",
  "keywords": [
    "tabs",
    "tabsjs",
    "simple",
    "vanilla"
  ],
  "main": "dist/index.min.js",
  "repository": "https://github.com/LeandroCesarr/simple-tabs-js.git",
  "author": "Leandro C. Silva",
  "license": "MIT",
  "scripts": {
    "build": "./node_modules/.bin/rollup -c"
  },
  "devDependencies": {
    "babel-core": "6",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "cross-origin": "^1.0.6",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "3",
    "rollup-plugin-babel-minify": "^6.1.1",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-scss": "^1.0.1",
    "rollup-plugin-uglify": "^6.0.0"
  }
}
