{
  "_from": "@shopify/draggable@^1.0.0-beta.8",
  "_id": "@shopify/draggable@1.0.0-beta.8",
  "_inBundle": false,
  "_integrity": "sha512-9IeBPQM93Ad4qFKUopwuTClzoST/1OId4MaSd/8FB5ScCL2tl25UaOGNR8E2hjiL7xK4LN5+I1Ews6amS7YAiA==",
  "_location": "/@shopify/draggable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@shopify/draggable@^1.0.0-beta.8",
    "name": "@shopify/draggable",
    "escapedName": "@shopify%2fdraggable",
    "scope": "@shopify",
    "rawSpec": "^1.0.0-beta.8",
    "saveSpec": null,
    "fetchSpec": "^1.0.0-beta.8"
  },
  "_requiredBy": [
    "/",
    "/dual-listbox"
  ],
  "_resolved": "https://registry.npmjs.org/@shopify/draggable/-/draggable-1.0.0-beta.8.tgz",
  "_shasum": "2eb3c2f72298ce3e53fe16f34ab124cc495cd4fc",
  "_spec": "@shopify/draggable@^1.0.0-beta.8",
  "_where": "C:\\xampp\\htdocs\\rnr",
  "author": {
    "name": "Shopify",
    "email": "dev@shopify.com"
  },
  "babel": {
    "plugins": [
      "transform-class-properties",
      "transform-object-rest-spread",
      "transform-es2015-modules-commonjs"
    ]
  },
  "bugs": {
    "url": "https://github.com/Shopify/draggable/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Max Hoffmann",
      "email": "max.hoffmann@shopify.com"
    },
    {
      "name": "Curtis Dulmage",
      "email": "curtis.dulmage@shopify.com"
    }
  ],
  "deprecated": false,
  "description": "The JavaScript Drag & Drop library your grandparents warned you about.",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-jest": "^23.0.1",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-shopify": "^16.5.0",
    "codecov": "^3.0.2",
    "concurrently": "^3.5.1",
    "core-js": "^2.5.7",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint": "^4.19.1",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-shopify": "^22.1.0",
    "jest": "^23.1.0",
    "webpack": "^4.12.0",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.0.3"
  },
  "eslintConfig": {
    "extends": "plugin:shopify/esnext",
    "env": {}
  },
  "files": [
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/Shopify/draggable#readme",
  "keywords": [
    "shopify",
    "draggable",
    "drag-and-drop",
    "es6"
  ],
  "license": "MIT",
  "main": "./lib/draggable.bundle.js",
  "name": "@shopify/draggable",
  "private": false,
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/draggable.git"
  },
  "scripts": {
    "build": "yarn build:production",
    "build:development": "node scripts/build.js",
    "build:production": "node scripts/build.js --production",
    "esdoc": "esdoc -c esdoc.json",
    "lint": "eslint ./src --max-warnings 0",
    "prepare": "yarn build:development",
    "prepublishOnly": "yarn build:production",
    "start": "concurrently \"yarn watch\" \"cd examples && yarn && yarn start\"",
    "test": "jest --config config.json",
    "test-ci": "jest --config config.json --coverage && codecov",
    "watch": "node scripts/watch.js"
  },
  "version": "1.0.0-beta.8"
}
