| { |
| "author": { |
| "email": "nathan@tootallnate.net", |
| "name": "Nathan Rajlich", |
| "url": "http://n8.io/" |
| }, |
| "browser": "browser.js", |
| "bugs": { |
| "url": "https://github.com/TooTallNate/util-deprecate/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "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" |
| } |