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} 31