{
  "name": "modal-js",
  "version": "3.0.1",
  "description": "Easily implement modals using minimal javascript. Supports Meteor, AngularJS, React, Polymer and any CSS library, e.g. Bootstrap.",
  "repository": {
    "type": "git",
    "url": "git://github.com/mkay581/modal-js.git"
  },
  "engines": {
    "node": ">=6.11.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": {
    "name": "Mark Kennedy",
    "url": "http://heyimmark.com"
  },
  "keywords": [
    "modal",
    "modals",
    "modal component",
    "modal module",
    "react modal",
    "angular modal",
    "javascript modal",
    "es6 modal"
  ],
  "scripts": {
    "test": "bt test"
  },
  "license": "MIT",
  "main": "src/modal.js",
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  },
  "dependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.3.0",
    "browserify": "^14.4.0",
    "es6-promise": "^4.1.0",
    "module-js": "^6.0.0"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "build-tools": "^7.0.0",
    "lodash": "^4.17.4",
    "sinon": "^2.3.4"
  }
}
