| { |
| "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", |
| "browser": "browser.js", |
| "bugs": { |
| "url": "https://github.com/TooTallNate/util-deprecate/issues" |
| }, |
| "description": "The Node.js `util.deprecate()` function with browser support", |
| "homepage": "https://github.com/TooTallNate/util-deprecate", |
| "keywords": [ |
| "util", |
| "deprecate", |
| "browserify", |
| "browser", |
| "node" |
| ], |
| "license": "MIT", |
| "main": "node.js", |
| "name": "util-deprecate", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/TooTallNate/util-deprecate.git" |
| }, |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1" |
| }, |
| "version": "1.0.2" |
| } |