elboletaire/tabbedcontent

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tabbedcontent",
  "version": "1.7.0",
  "description": "TabbedContent is a lightweight tabs plugin for jQuery and Zepto with all the essential, like history navigation and a simple API that allow you to change between tabs. If you are using a modern browser it will use the new HTML5 history API to prevent moving the browser viewport when it changes the hash in the URL. It only deppends on jQuery/Zepto; there's no need to use any other library like jQuery UI.",
  "main": "tabbedcontent.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/elboletaire/tabbedcontent.git"
  },
  "keywords": [
    "jquery-plugin",
    "zepto-plugin",
    "ecosystem:jquery",
    "ecosystem:zepto",
    "ui",
    "tabs",
    "browser-history"
  ],
  "author": {
    "name": "Òscar Casajuana",
    "url": "http://racotecnic.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elboletaire/tabbedcontent/issues"
  },
  "homepage": "https://github.com/elboletaire/tabbedcontent",
  "peerDependencies": {
    "jquery": ">=1.3.0",
    "zepto": ">=1.2.0"
  },
  "devDependencies": {
    "brfs": "^1.4.3",
    "browserify": "^14.3.0",
    "browserify-istanbul": "^2.0.0",
    "browserify-shim": "^3.8.14",
    "es6-arrow-function": "^0.6.6",
    "gulp": "^3.9.0",
    "gulp-chmod": "^2.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-clean-css": "^3.3.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-uglify": "^1.5.1",
    "istanbul": "^0.4.5",
    "jasmine": "^2.6.0",
    "jquery": "^3.2.1",
    "karma": "^1.7.0",
    "karma-browserify": "^5.1.1",
    "karma-chrome-launcher": "^2.1.1",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-jquery": "^0.1.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^1.1.0",
    "watchify": "^3.9.0",
    "zepto": "^1.2.0"
  },
  "dependencies": {},
  "scripts": {
    "test": "karma start test/support/karma.conf.js"
  },
  "browserify-shim": {}
}