{
  "name": "angular-scroll-watch",
  "version": "0.6.1",
  "description": "Basic scroll-aware directives for AngularJS.",
  "main": "build/angular-scroll-watch.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pc035860/angular-scroll-watch.git"
  },
  "keywords": [
    "angularjs",
    "scroll"
  ],
  "author": {
    "name": "Chih-Hsuan Fan",
    "email": "pc035860@gmail.com"
  },
  "readmeFilename": "README.md",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pc035860/angular-scroll-watch/issues"
  },
  "homepage": "https://github.com/pc035860/angular-scroll-watch",
  "dependencies": {
    "angular": "^1.2"
  },
  "devDependencies": {
    "gulp": "^3.8.6",
    "gulp-util": "^3.0.0",
    "gulp-connect": "^2.0.6",
    "gulp-livereload": "^2.1.0",
    "jshint-stylish": "^0.4.0",
    "gulp-jshint": "^1.8.4",
    "gulp-uglify": "^0.3.1",
    "gulp-changed": "^1.0.0",
    "gulp-rename": "^1.2.0",
    "gulp-ng-annotate": "^0.3.0",
    "gulp-header": "^1.0.5",
    "gulp-less": "^1.3.5",
    "gulp-cached": "^1.0.1"
  }
}
