{
  "name": "scarlet",
  "description": "The simple fast javascript interceptor for methods and properties.",
  "version": "2.0.20",
  "author": "Tim Chaplin <tim.chaplin@ticktockdevelopment.com>, Gavin van der Merwe <fir3pho3nixx@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/scarletjs/scarlet.git"
  },
  "homepage": "https://github.com/scarletjs/scarlet.git",
  "devDependencies": {
    "mocha": "*",
    "hooks": "~0.3.0",
    "prompt": "~0.2.9",
    "benchmark": "1.0.0",
    "string-format": "0.2.1",
    "gulp": "~3.5.6",
    "gulp-util": "~2.2.14",
    "gulp-mocha": "~0.4.1",
    "gulp-jshint": "~1.5.0",
    "gulp-browserify": "~0.5.0",
    "gulp-bump": "~0.1.6",
    "sinon": "~1.9.0",
    "gulp-rename": "~1.2.0",
    "gulp-mox": "0.0.3",
    "gulp-git": "~0.3.6"
  },
  "browserDependencies": {},
  "keywords": [
    "aop",
    "aspect",
    "oriented",
    "programming",
    "code",
    "weave",
    "cross",
    "cutting",
    "concern",
    "interceptor",
    "interception",
    "hook",
    "hooks",
    "hooker",
    "monkey",
    "patch",
    "debug"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "main": "./index.js",
  "directories": {
    "test": "tests",
    "lib": "lib"
  },
  "scripts": {
    "test": "gulp test"
  },
  "license": "MIT"
}
