{
  "name": "deprecate",
  "version": "1.1.1",
  "description": "Mark methods as deprecated and warn the user when they're called",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianc/node-deprecate.git"
  },
  "keywords": [
    "deprecate"
  ],
  "author": "Brian M. Carlson",
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.8.1"
  }
}
