Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
589 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "err-code",
|
---|
| 3 | "version": "1.1.1",
|
---|
| 4 | "description": "Create new error instances with a code and additional properties",
|
---|
| 5 | "main": "index.umd.js",
|
---|
| 6 | "homepage": "https://github.com/IndigoUnited/js-err-code",
|
---|
| 7 | "authors": [
|
---|
| 8 | "IndigoUnited <hello@indigounited.com> (http://indigounited.com)"
|
---|
| 9 | ],
|
---|
| 10 | "moduleType": [
|
---|
| 11 | "amd",
|
---|
| 12 | "globals",
|
---|
| 13 | "node"
|
---|
| 14 | ],
|
---|
| 15 | "keywords": [
|
---|
| 16 | "error",
|
---|
| 17 | "err",
|
---|
| 18 | "code",
|
---|
| 19 | "properties",
|
---|
| 20 | "property"
|
---|
| 21 | ],
|
---|
| 22 | "license": "MIT",
|
---|
| 23 | "ignore": [
|
---|
| 24 | "**/.*",
|
---|
| 25 | "node_modules",
|
---|
| 26 | "bower_components",
|
---|
| 27 | "test",
|
---|
| 28 | "tests"
|
---|
| 29 | ]
|
---|
| 30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.