{
  "name": "kareem",
  "version": "1.5.0",
  "description": "Next-generation take on pre/post function hooks",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./test/*",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vkarpov15/kareem.git"
  },
  "devDependencies": {
    "acquit": "0.4.1",
    "gulp": "3.8.10",
    "gulp-mocha": "2.0.0",
    "gulp-jscs": "1.4.0",
    "istanbul": "0.4.5",
    "jscs": "1.9.0",
    "mocha": "3.2.0"
  },
  "jscsConfig": {
    "preset": "airbnb",
    "requireMultipleVarDecl": null,
    "disallowMultipleVarDecl": true
  },
  "author": "Valeri Karpov <val@karpov.io>",
  "license": "Apache 2.0"
}
