hellsan631/angular-fullPage.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-fullpage.js",
  "description": "A simple angular directive for fullPage.js",
  "version": "0.2.6",
  "main": "angular-fullpage.min.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/hellsan631/angular-fullpage.js.git"
  },
  "keywords": [
    "fullpage",
    "angular",
    "directive",
    "jquery",
    "scrolling",
    "single_page",
    "one_page",
    "sliding"
  ],
  "files": [
    "sample",
    "angular-fullpage.js",
    "angular-fullpage.min.js",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "start": "gulp serve",
    "post-install": "bower install"
  },
  "dependencies": {
    "angular": ">=1.2.0",
    "fullpage.js": "~2.7.7"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-concat": "^2.6.0",
    "gulp-plumber": "^1.0.1",
    "gulp-uglify": "^1.4.0",
    "gulp-webserver": "^0.9.1"
  },
  "authors": [
    "Mathew Kleppin <mathew.kleppin@gmail.com>"
  ],
  "homepage": "http://hellsan631.github.io/angular-fullpage.js/",
  "bugs": {
    "url": "https://github.com/hellsan631/angular-fullpage.js/issues"
  },
  "license": "MIT"
}