{
  "name": "@prosto-artem/ngx-drag-scroll",
  "version": "2.0.1",
  "description": "Lightweight drag to scroll directive for Angular",
  "contributors": [
    {
      "name": "Artem Korostelev"
    }
  ],
  "main": "lib",
  "scripts": {
    "prepare": "npm run ngc",
    "ng": "ng",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "start": "ng serve",
    "test": "ng test --watch=false",
    "lint": "ng lint",
    "tslint": "./node_modules/.bin/tslint --project tslint.json src/ngx-drag-scroll.ts",
    "changelog": "test \"`git rev-parse --abbrev-ref HEAD`\" = \"master\" && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "build": "ng build --aot",
    "clean": "npm run rimraf -- node_modules",
    "rimraf": "rimraf",
    "ngc": "ngc -p src/tsconfig.json",
    "tsc": "tsc -p src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prosto-artem/ngx-drag-scroll.git"
  },
  "keywords": [
    "Angular",
    "Carousel",
    "Drag",
    "Scroll"
  ],
  "author": "Artem Korostelev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prosto-artem/ngx-drag-scroll.git"
  },
  "homepage": "https://github.com/prosto-artem/ngx-drag-scroll#readme",
  "peerDependencies": {
    "@angular/common": "6.0.0",
    "@angular/compiler": "6.0.0",
    "@angular/core": "6.0.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.3",
    "@angular/animations": "6.0.0",
    "@angular/cdk": "6.0.0",
    "@angular/cli": "6.0.0",
    "@angular/common": "6.0.0",
    "@angular/compiler": "6.0.0",
    "@angular/compiler-cli": "6.0.0",
    "@angular/core": "6.0.0",
    "@angular/flex-layout": "6.0.0-beta.15",
    "@angular/forms": "6.0.0",
    "@angular/http": "6.0.0",
    "@angular/material": "6.0.0",
    "@angular/platform-browser": "6.0.0",
    "@angular/platform-browser-dynamic": "6.0.0",
    "@angular/router": "6.0.0",
    "@commitlint/cli": "~6.0.2",
    "@commitlint/config-angular": "~6.0.2",
    "@commitlint/config-conventional": "~6.0.2",
    "@commitlint/travis-cli": "~6.0.2",
    "@types/hammerjs": "^2.0.35",
    "@types/jasmine": "2.8.6",
    "@types/jasminewd2": "2.0.3",
    "@types/node": "6.0.101",
    "codelyzer": "4.2.1",
    "core-js": "2.5.3",
    "hammerjs": "^2.0.8",
    "husky": "^0.14.3",
    "jasmine-core": "2.8.0",
    "jasmine-spec-reporter": "4.2.1",
    "junit-viewer": "4.11.0",
    "karma": "2.0.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "1.0.1",
    "karma-coverage-istanbul-reporter": "1.4.2",
    "karma-jasmine": "1.1.1",
    "karma-jasmine-html-reporter": "0.2.2",
    "karma-mocha-reporter": "2.2.3",
    "protractor": "^5.4.0",
    "protractor-jasmine2-html-reporter": "0.0.7",
    "rimraf": "2.5.4",
    "rxjs": "6.0.0",
    "ts-node": "4.1.0",
    "tslint": "5.9.1",
    "typescript": "2.7.x",
    "zone.js": "0.8.26"
  },
  "dependencies": {
    "hoek": "^5.0.3"
  }
}
