1 | {
|
2 | "name": "jquery.json-viewer",
|
3 | "version": "1.4.0",
|
4 | "description": "jQuery plugin for displaying JSON data",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "https://github.com/abodelot/jquery.json-viewer.git"
|
8 | },
|
9 | "keywords": [
|
10 | "jquery-plugin",
|
11 | "json",
|
12 | "json-viewer",
|
13 | "json2html"
|
14 | ],
|
15 | "author": "Alexandre Bodelot <alexandre.bodelot@gmail.com>",
|
16 | "license": "MIT",
|
17 | "bugs": {
|
18 | "url": "https://github.com/abodelot/jquery.json-viewer/issues"
|
19 | },
|
20 | "homepage": "https://github.com/abodelot/jquery.json-viewer",
|
21 | "scripts": {
|
22 | "lint": "eslint json-viewer/*.js"
|
23 | },
|
24 | "devDependencies": {
|
25 | "eslint": "^6.0.1"
|
26 | }
|
27 | }
|