{
  "name": "azazel",
  "version": "1.2.4",
  "description": "simple javascript events handler",
  "main": "azazel.js",
  "scripts": {
    "pretest": "npm install",
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kiltjs/azazel.git"
  },
  "keywords": [
    "javascript",
    "jstools",
    "events"
  ],
  "author": "Jesús Manuel Germade Castiñeiras <jesus@germade.es>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kiltjs/azazel/issues"
  },
  "homepage": "https://github.com/kiltjs/azazel",
  "devDependencies": {
    "chai": "4.1.2",
    "eslint": "5.4.0",
    "karma": "3.0.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "2.0.0",
    "karma-firefox-launcher": "1.0.0",
    "karma-mocha": "1.3.0",
    "karma-story-reporter": "0.3.1",
    "mocha": "5.2.0",
    "rollup": "0.64.1",
    "uglify-js": "3.4.7"
  }
}