UNPKG

850 BJSONView Raw
1{
2 "name": "show-js-error",
3 "description": "Show a message about a js error in any browser",
4 "version": "1.6.0",
5 "author": {
6 "name": "Denis Seleznev",
7 "email": "hcodes@yandex.ru",
8 "url": "https://github.com/hcodes/"
9 },
10 "homepage": "https://github.com/hcodes/show-js-error",
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/hcodes/show-js-error.git"
15 },
16 "keywords": [
17 "error",
18 "errors",
19 "js error",
20 "debug"
21 ],
22 "engines": {
23 "node": ">= 0.12"
24 },
25 "devDependencies": {
26 "gulp": "3.x",
27 "gulp-concat": "2.6.x",
28 "gulp-less": "3.1.x",
29 "eslint": "2.x"
30 },
31 "scripts": {
32 "test": "npm run eslint",
33 "eslint": "./node_modules/.bin/eslint ."
34 },
35 "files": [
36 "dist",
37 "README.md",
38 "LICENSE"
39 ]
40}