{
  "_args": [
    [
      "ng-drag-drop@^5.0.0",
      "/var/www/html/isbn/resources/angular-app"
    ]
  ],
  "_from": "ng-drag-drop@>=5.0.0 <6.0.0",
  "_id": "ng-drag-drop@5.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/ng-drag-drop",
  "_nodeVersion": "6.11.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ng-drag-drop_5.0.0_1529509702207_0.48263006674784825"
  },
  "_npmUser": {
    "email": "obaid.urrehman@gmail.com",
    "name": "obaid"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "name": "ng-drag-drop",
    "raw": "ng-drag-drop@^5.0.0",
    "rawSpec": "^5.0.0",
    "scope": null,
    "spec": ">=5.0.0 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng-drag-drop/-/ng-drag-drop-5.0.0.tgz",
  "_shasum": "aec44831143a095102dc24505f712ac889c3b98c",
  "_shrinkwrap": null,
  "_spec": "ng-drag-drop@^5.0.0",
  "_where": "/var/www/html/isbn/resources/angular-app",
  "author": {
    "email": "obaid.urrehman@gmail.com",
    "name": "Obaid ur Rehman"
  },
  "bugs": {
    "url": "https://github.com/ObaidUrRehman/ng-drag-drop/issues"
  },
  "dependencies": {},
  "description": "Drag & Drop for Angular - based on HTML5 with no external dependencies.",
  "devDependencies": {
    "@angular/common": "^6.0.1",
    "@angular/compiler": "^6.0.1",
    "@angular/compiler-cli": "^6.0.1",
    "@angular/core": "^6.0.1",
    "@angular/platform-browser": "^6.0.1",
    "@angular/platform-browser-dynamic": "^6.0.1",
    "@types/core-js": "0.9.43",
    "canonical-path": "0.0.2",
    "concurrently": "^3.5.0",
    "core-js": "^2.4.1",
    "http-server": "^0.11.0",
    "jasmine-core": "~2.8.0",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-htmlfile-reporter": "^0.3.4",
    "karma-jasmine": "^1.0.2",
    "karma-jasmine-html-reporter": "^1.0.0",
    "lite-server": "^2.3.0",
    "lodash": "^4.17.4",
    "protractor": "~5.3.1",
    "rimraf": "^2.6.2",
    "rxjs": "6.1.0",
    "tslint": "^5.8.0",
    "typescript": "~2.7.2",
    "zone.js": "^0.8.18"
  },
  "directories": {},
  "dist": {
    "fileCount": 29,
    "shasum": "aec44831143a095102dc24505f712ac889c3b98c",
    "tarball": "https://registry.npmjs.org/ng-drag-drop/-/ng-drag-drop-5.0.0.tgz",
    "unpackedSize": 166927
  },
  "gitHead": "818d4e177105f247f6a3523e70e4c1d18af02743",
  "homepage": "https://github.com/ObaidUrRehman/ng-drag-drop#readme",
  "keywords": [
    "Angular",
    "Angular2",
    "Angular4",
    "Angular6",
    "drag",
    "dragdrop",
    "drop"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "obaid",
      "email": "obaid.urrehman@gmail.com"
    }
  ],
  "name": "ng-drag-drop",
  "optionalDependencies": {},
  "peerDependencies": {
    "@angular/common": ">=6.0.1",
    "@angular/core": ">=6.0.1"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ObaidUrRehman/ng-drag-drop.git"
  },
  "scripts": {
    "build": "npm run transpile",
    "dev": "concurrently \"npm start\" \"cd demo && npm start\"",
    "lint": "tslint ./src/**/*.ts -t verbose",
    "prepublishOnly": "npm run build",
    "start": "tsc -w",
    "test": "echo \"Error: no test specified\" && exit 0",
    "transpile": "ngc",
    "tsc": "tsc"
  },
  "typings": "index.d.ts",
  "version": "5.0.0"
}
