Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
844 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "err-code",
|
---|
| 3 | "version": "2.0.3",
|
---|
| 4 | "description": "Create an error with a code",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "scripts": {
|
---|
| 7 | "lint": "eslint '{*.js,test/**/*.js}' --ignore-pattern *.umd.js",
|
---|
| 8 | "test": "mocha --bail",
|
---|
| 9 | "browserify": "browserify -s err-code index.js > index.umd.js"
|
---|
| 10 | },
|
---|
| 11 | "bugs": {
|
---|
| 12 | "url": "https://github.com/IndigoUnited/js-err-code/issues/"
|
---|
| 13 | },
|
---|
| 14 | "repository": {
|
---|
| 15 | "type": "git",
|
---|
| 16 | "url": "git://github.com/IndigoUnited/js-err-code.git"
|
---|
| 17 | },
|
---|
| 18 | "keywords": [
|
---|
| 19 | "error",
|
---|
| 20 | "err",
|
---|
| 21 | "code",
|
---|
| 22 | "properties",
|
---|
| 23 | "property"
|
---|
| 24 | ],
|
---|
| 25 | "author": "IndigoUnited <hello@indigounited.com> (http://indigounited.com)",
|
---|
| 26 | "license": "MIT",
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "@satazor/eslint-config": "^3.0.0",
|
---|
| 29 | "browserify": "^16.5.1",
|
---|
| 30 | "eslint": "^7.2.0",
|
---|
| 31 | "expect.js": "^0.3.1",
|
---|
| 32 | "mocha": "^8.0.1"
|
---|
| 33 | }
|
---|
| 34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.