{
  "name": "jquery-first-event",
  "version": "1.0.2",
  "description": "jQuery plugin to listen to an event and execute it before other listeners callbacks",
  "main": "dist/index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "gulp test",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caiogondim/jquery-first-event.git"
  },
  "keywords": [
    "jquery",
    "jquery-plugin",
    "event",
    "bind",
    "first",
    "on",
    "listener",
    "callback"
  ],
  "author": "Caio Gondim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/caiogondim/jquery-first-event/issues"
  },
  "homepage": "https://github.com/caiogondim/jquery-first-event#readme",
  "devDependencies": {
    "chai": "^3.2.0",
    "gulp": "^3.9.0",
    "gulp-header": "^1.7.1",
    "gulp-mocha": "^2.1.3",
    "gulp-standard": "^5.1.0",
    "jquery": "^2.1.4",
    "jsdom": "^6.5.1",
    "mocha": "^2.3.0",
    "mocha-jsdom": "^1.0.0"
  }
}
