{
  "name": "orxapi.tools.toscroll",
  "version": "0.0.1",
  "description": "The TypeScript toScroll tools library for orxapi",
  "main": "dist/index.js",
  "types": "dist/index",
  "files": [
    "dist/"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "buildDocs": "typedoc --out docs --mode file --name 'orxapi.tools.toscroll' --gitRevision revision --readme 'README.md' --module commonjs --target es5 --theme minimal --excludePrivate",
    "lint": "tslint --project .",
    "prepublish": "npm run lint && npm run build && npm run buildDocs",
    "watch": "rm -rf dist && tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.toscroll.git"
  },
  "bugs": {
    "url": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.toscroll/issues"
  },
  "homepage": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.toscroll#readme",
  "keywords": [
    "orchestra",
    "orxapi",
    "tools",
    "toscroll"
  ],
  "author": {
    "name": "Orchestra",
    "url": "http://www.orchestra.eu"
  },
  "contributors": [
    {
      "name": "Emmanuel Sammut",
      "email": "emmanuel.sammut@orchestra.eu"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "jquery": "^3.2.1"
  },
  "devDependencies": {
    "@types/jquery": "^2.0.45",
    "tslint": "^5.2.0",
    "typedoc": "^0.7.1",
    "typedoc-default-themes": "^0.5.0",
    "typescript": "^2.3.2"
  }
}
