UNPKG

justo-plugin-jsonlint

Version:
59 lines (58 loc) 1.2 kB
{ "name": "justo-plugin-jsonlint", "version": "0.1.0", "description": "Plugin for JSONLint.", "homepage": "http://justojs.org", "author": { "name": "Justo Labs", "email": "hello@justolabs.com", "url": "http://justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "JSONLint", "Justo", "Justo.js", "justo-plugin" ], "bugs": { "url": "https://github.com/justojsp/justo-plugin-jsonlint/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojsp/justo-plugin-jsonlint.git" }, "engines": { "node": ">= 5.0.0", "npm": ">= 3.0.0" }, "dependencies": { "jsonlint": "*", "justo-fs": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "justo": "*", "justo-assert": "*", "justo-plugin-babel": "*", "justo-plugin-eslint": "*", "justo-plugin-fs": "*", "justo-plugin-npm": "*" }, "main": "index.js", "files": [ "lib/" ], "scripts": { "test": "justo test" }, "preferGlobal": false }