UNPKG

unfunk-diff

Version:

Object & string diff rendering for all displays

55 lines (54 loc) 1.27 kB
{ "name": "unfunk-diff", "version": "0.0.2", "description": "Object & string diff rendering for all displays", "author": { "name": "Bart van der Schoor", "url": "https://github.com/Bartvds" }, "homepage": "https://github.com/Bartvds/unfunk-diff", "repository": { "type": "git", "url": "https://github.com/Bartvds/unfunk-diff.git" }, "bugs": { "url": "https://github.com/Bartvds/unfunk-diff/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Bartvds/unfunk-diff/blob/master/LICENSE-MIT" } ], "keywords": [ "string", "object", "diff", "formatter", "unfunk" ], "main": "build/index.js", "scripts": { "test": "grunt test" }, "dependencies": { "diff": "~1.0.7", "jsesc": "~0.4.3", "ministyle": "~0.1.3" }, "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "~0.1.11", "grunt-contrib-clean": "~0.5.0", "grunt-mocha-test": "~0.8.1", "mocha-unfunk-reporter": "~0.3.7", "grunt-contrib-jshint": "~0.7.2", "jshint-path-reporter": "~0.1.3", "grunt-tslint": "~0.4.0", "tslint-path-formatter": "0.1", "chai": "~1.8.1", "mkdirp": "~0.3.5", "source-map-support": "~0.2.5", "grunt-ts": "~1.5.0" } }