wallet-core/node_modules/util-deprecate/package.json

28 lines
694 B
JSON
Raw Normal View History

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