Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
694 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "util-deprecate",
|
---|
3 | "version": "1.0.2",
|
---|
4 | "description": "The Node.js `util.deprecate()` function with browser support",
|
---|
5 | "main": "node.js",
|
---|
6 | "browser": "browser.js",
|
---|
7 | "scripts": {
|
---|
8 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
9 | },
|
---|
10 | "repository": {
|
---|
11 | "type": "git",
|
---|
12 | "url": "git://github.com/TooTallNate/util-deprecate.git"
|
---|
13 | },
|
---|
14 | "keywords": [
|
---|
15 | "util",
|
---|
16 | "deprecate",
|
---|
17 | "browserify",
|
---|
18 | "browser",
|
---|
19 | "node"
|
---|
20 | ],
|
---|
21 | "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
---|
22 | "license": "MIT",
|
---|
23 | "bugs": {
|
---|
24 | "url": "https://github.com/TooTallNate/util-deprecate/issues"
|
---|
25 | },
|
---|
26 | "homepage": "https://github.com/TooTallNate/util-deprecate"
|
---|
27 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.