{
  "name": "@author.io/element-drop-target",
  "version": "1.0.0",
  "description": "author-drop-target custom element (web component).",
  "main": "dist/author-drop-target.min.js",
  "scripts": {
    "build": "npm run clean && rollup -c ./rollup.release.config.js",
    "build-dev": "npm run build && npm run build-showroom",
    "build-showroom": "cd showroom/ && npm run build && cd ../",
    "clean": "node clean.js",
    "deploy": "npm run build && npm publish --access public",
    "test": "npm run build && karma start karma.conf.es6.js && karma start karma.conf.es6-modules.js && karma start karma.conf.es5.js && npm run test:syntax",
    "test:syntax": "standard --verbose | snazzy",
    "test:es5": "npm run build && karma start karma.conf.es5.js",
    "test:es5:local": "npm run build && karma start karma.conf.es5.js --local && npm run test:syntax",
    "test:es6": "npm run build && karma start karma.conf.es6.js",
    "test:es6:local": "npm run build && karma start karma.conf.es6.js --local && npm run test:syntax",
    "test:es6-modules": "npm run build && karma start karma.conf.es6-modules.js",
    "test:es6-modules:local": "npm run build && karma start karma.conf.es6-modules.js --local && npm run test:syntax",
    "test:es5:sauce": "TRAVIS_BUILD_NUMBER=1 && npm run build && karma start karma.conf.es5.js"
  },
  "files": [
    "dist/*.js",
    "dist/*.js.map"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/author-elements/drop-target.git"
  },
  "keywords": [
    "author",
    "web",
    "component",
    "custom",
    "element",
    "drop-target",
    "chassis",
    "ngn"
  ],
  "author": {
    "name": "Author.io",
    "url": "https://author.io"
  },
  "contributors": [
    {
      "name": "Graham Butler",
      "url": "http://grahambutler.com"
    },
    {
      "name": "Corey Butler",
      "url": "http://coreybutler.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/author-elements/drop-target/issues"
  },
  "homepage": "https://github.com/author-elements/drop-target#readme",
  "devDependencies": {
    "@author.io/karma-customelements": "^1.1.11",
    "@author.io/rollup-plugin-wcbuilder": "^1.1.4",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "fs-extra": "^7.0.1",
    "karma": "^4.0.0",
    "magic-string": "^0.25.2",
    "rollup": "^1.1.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-terser": "^4.0.2",
    "rollup-plugin-uglify": "^6.0.1",
    "rollupify": "^0.5.1",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "tap": "^12.1.1",
    "tape": "^4.9.2"
  },
  "standard": {
    "ignore": [
      "_*",
      "_**/*",
      "test/lib/**/*",
      "node_modules",
      "dist",
      "rollup*.js"
    ],
    "globals": [
      "customElements",
      "KeyboardEvent",
      "crypto",
      "msCrypto",
      "CustomEvent",
      "window",
      "MutationObserver",
      "DOMParser",
      "XMLHttpRequest",
      "FormData",
      "btoa",
      "localStorage",
      "fetch",
      "Element",
      "HTMLElement",
      "NodeFilter"
    ]
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  }
}
