{
  "name": "j-toker",
  "version": "0.0.10-beta3",
  "description": "Simple, secure token authentication for jQuery.",
  "main": "dist/jquery.j-toker.js",
  "engines": {
    "node": "0.10.x"
  },
  "keywords": [
    "jquery-plugin",
    "jquery",
    "react",
    "token",
    "auth",
    "authentication",
    "secure",
    "oauth2",
    "oauth"
  ],
  "author": {
    "name": "Lynn Dylan Hurley",
    "email": "lynn.dylan.hurley@gmail.com",
    "url": "https://github.com/lynndylanhurley"
  },
  "repository": "lynndylanhurley/j-toker",
  "bugs": "https://github.com/lynndylanhurley/j-toker/issues",
  "license": "WTFPL",
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "jquery": ">1.11.2",
    "jquery-deparam": "^0.1.0",
    "jquery.cookie": "^1.4.1",
    "pubsub-js": "^1.5.2"
  },
  "devDependencies": {
    "blanket": "^1.1.6",
    "bootstrap": "^3.3.4",
    "bootstrap-sass": "^3.3.4",
    "codeclimate-test-reporter": "0.0.4",
    "compression": "^1.4.3",
    "config": "^1.12.0",
    "connect-livereload": "^0.5.3",
    "console-polyfill": "^0.2.1",
    "es5-shim": "^4.1.0",
    "express": "^4.12.3",
    "express-handlebars": "^2.0.0",
    "grunt": "0.4.5",
    "grunt-browserify": "3.5.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-concat": "0.5.0",
    "grunt-contrib-connect": "0.9.0",
    "grunt-contrib-copy": "0.8.0",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-contrib-sass": "^0.9.2",
    "grunt-contrib-uglify": "0.7.0",
    "grunt-contrib-watch": "0.6.1",
    "grunt-express-server": "^0.4.19",
    "grunt-qunit-istanbul": "^0.4.7",
    "grunt-react": "0.12.0",
    "grunt-sass": "^0.18.1",
    "grunt-shell": "^1.1.2",
    "highlight.js": "^8.4.0",
    "html5shiv": "^3.7.2",
    "http-proxy": "^1.9.0",
    "js-yaml": "^3.2.7",
    "jshint-stylish": "1.0.0",
    "load-grunt-tasks": "2.0.0",
    "lodash": "^3.5.0",
    "qunitjs": "^1.17.1",
    "react": "0.12.2",
    "react-bootstrap": "0.17.0",
    "react-highlight": "^0.4.1",
    "react-router": "0.12.4",
    "react-router-bootstrap": "^0.10.0",
    "reactify": "1.1.0",
    "request": "^2.53.0",
    "sinon": "^1.14.1",
    "sinon-qunit": "~2.0.0",
    "time-grunt": "1.0.0",
    "uglifyify": "^3.0.1"
  }
}
