|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
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.