{
  "name": "scrollity",
  "version": "0.1.9",
  "description": "Flexible scroll",
  "main": "dist/index.js",
  "devDependencies": {
    "@angular/common": ">=4.0.0",
    "@angular/compiler": ">=4.0.0",
    "@angular/compiler-cli": ">=4.0.0",
    "@angular/core": ">=4.0.0",
    "gsap": ">=1.19.0",
    "lodash": ">=4.0.0",
    "rxjs": ">=5.1.0",
    "typescript": ">=2.1.0",
    "zone.js": ">=0.8.0"
  },
  "scripts": {
    "init": "npm install",
    "start": "npm run build",
    "watch": "watch 'npm run build' src/",
    "clean": "rm -rf dist bundles node_modules",
    "build": "ngc -p src/tsconfig.json",
    "deploy": "npm run build && npm publish",
    "release": "npm version -m 'New release with version %s'"
  },
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geex-arts/scrollity.git"
  },
  "keywords": [
    "angular2",
    "component",
    "scroll",
    "presentation"
  ],
  "author": "Denis Kildishev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geex-arts/scrollity/issues"
  },
  "homepage": "https://github.com/geex-arts/scrollity"
}
