{
  "name": "jquery-awesome-cursor",
  "version": "0.3.1",
  "description": "jQuery plugin for using FontAwesome icons as custom CSS cursors",
  "keywords": [
    "jquery-plugin",
    "fontawesome",
    "cursor",
    "custom",
    "css"
  ],
  "homepage": "https://jwarby.github.io/jquery-awesome-cursor",
  "bugs": {
    "url": "http://github.com/jwarby/jquery-awesome-cursor/issues"
  },
  "author": "James Warwood <warwood.aj@gmail.com> (https://github.com/jwarby)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jwarby/jquery-awesome-cursor.git"
  },
  "license": "MIT",
  "devDependencies": {
    "bower": "^1.7.9",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-karma": "^0.12.2",
    "grunt-unified-manifest": "git://github.com/jwarby/grunt-unified-manifest.git",
    "jquery": "^2.2.3",
    "jshint-stylish": "^2.1.0",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^0.2.3",
    "karma-firefox-launcher": "^0.1.7",
    "karma-qunit": "^0.1.9",
    "load-grunt-tasks": "^3.5.0",
    "qunitjs": "^2.0.0-rc1",
    "time-grunt": "^1.3.0"
  },
  "optionalDependencies": {
    "font-awesome": "4.x"
  },
  "peerDependencies": {
    "jquery": "2.x"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "dist/jquery.awesome-cursor",
  "scripts": {
    "test": "grunt test"
  },
  "directories": {
    "test": "test"
  }
}
