treediff
Version:
Compare and find/sync differences in file trees
42 lines (41 loc) • 931 B
JSON
{
"name": "treediff",
"version": "0.2.5",
"description": "Compare and find/sync differences in file trees",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"author": "Anifacted (Marc Høegh) <ebax_90@hotmail.com>",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-coffee-istanbul": "^0.7.0",
"gulp-jasmine": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Anifacted/TreeDiff.js"
},
"bugs": {
"url": "https://github.com/Anifacted/TreeDiff.js/issues"
},
"dependencies": {
"async": "^0.9.0",
"fs-extended": "^0.2.0",
"isstream": "^0.1.2",
"lodash": "^3.5.0",
"minimatch": "^2.0.4"
},
"keywords": [
"treediff",
"compare",
"differences",
"file tree"
],
"private": false
}