UNPKG

796 BJSONView Raw
1{
2 "name": "eslint-plugin-json",
3 "version": "1.3.1",
4 "description": "Lint JSON files",
5 "keywords": [
6 "eslint",
7 "eslintplugin",
8 "eslint-plugin",
9 "json",
10 "eslint-plugin-json"
11 ],
12 "author": "Azeem Bande-Ali <a.bandeali@gmail.com>",
13 "main": "lib/index.js",
14 "scripts": {
15 "test": "mocha"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/azeemba/eslint-plugin-json"
20 },
21 "bugs": {
22 "url": "https://github.com/azeemba/eslint-plugin-json/issues"
23 },
24 "dependencies": {
25 "vscode-json-languageservice": "^3.2.1"
26 },
27 "devDependencies": {
28 "chai": "^4.2.0",
29 "eslint": "~5.1.0",
30 "mocha": "^5.2.0"
31 },
32 "engines": {
33 "node": ">=0.10.0"
34 },
35 "url": "https://github.com/azeemba/eslint-plugin-json",
36 "license": "ISC"
37}