UNPKG

f-xyz-diff

Version:

Difference between two arrays|strings.

47 lines (46 loc) 1.11 kB
{ "name": "f-xyz-diff", "version": "0.1.22", "description": "Difference between two arrays|strings.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha" }, "repository": { "type": "git", "url": "https://github.com/f-xyz/list-difference" }, "keywords": [ "difference", "diff" ], "author": "f-xyz", "license": "MIT", "bugs": { "url": "https://github.com/f-xyz/list-difference/issues" }, "homepage": "https://github.com/f-xyz/list-difference", "devDependencies": { "browserify": "^10.2.4", "chai": "^3.0.0", "chalk": "^1.0.0", "colors": "^1.0.3", "del": "^1.2.0", "gulp": "^3.9.0", "gulp-bump": "^0.3.1", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.5.2", "gulp-spawn-mocha": "^2.0.1", "gulp-uglify": "^1.2.0", "istanbul": "^0.3.13", "lodash": "^3.9.3", "mocha": "^2.2.5", "proxyquire": "^1.5.0", "sinon": "^1.15.3", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }