json-diff
Version:
JSON diff
38 lines (37 loc) • 1.01 kB
JSON
{
"author": "Andrey Tarantsov <andreyvit@me.com>",
"contributors": [
"Gavriel Fleischer <flocsy@gmail.com>",
"Eric Woudenberg <eaw@woudy.org>"
],
"name": "json-diff",
"description": "JSON diff",
"version": "1.0.6",
"homepage": "https://github.com/andreyvit/json-diff",
"license": "MIT",
"repository": {
"url": "git@github.com:andreyvit/json-diff.git"
},
"main": "lib/index.js",
"bin": "bin/json-diff.js",
"scripts": {
"fix": "eslint --fix lib",
"test": "coffee -c test; mocha test/*.js",
"cov": "rm -rf lib-cov; jscoverage lib lib-cov; env JSLIB=lib-cov mocha -R dot && env JSLIB=lib-cov mocha -R html-cov >coverage.html; open coverage.html"
},
"dependencies": {
"@ewoudenberg/difflib": "0.1.0",
"colors": "^1.4.0",
"dreamopt": "~0.8.0"
},
"devDependencies": {
"coffeescript": "^2.6.1",
"eslint": "^8",
"eslint-config-standard": "^17",
"jscoverage": "^0.6.0",
"mocha": "9.1.3"
},
"engines": {
"node": "*"
}
}