carhartl/jquery-cookie

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "jquery.cookie",
  "version": "1.4.1",
  "main": [
    "src/jquery.cookie.js"
  ],
  "dependencies": {
    "jquery": ">=1.2"
  },
  "ignore": [
    "test",
    ".*",
    "*.json",
    "*.md",
    "*.txt",
    "Gruntfile.js"
  ]
}