{ "name": "deprecate", "version": "0.1.0", "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" } }