blob: d9c07a9a6d53cd7a30a103e0b10ea6a4587f3167 [file] [log] [blame]
{
"name" : "difflib"
, "version" : "0.2.0"
, "description" : "text diff library ported from Python's difflib module"
, "homepage" : "https://github.com/qiao/difflib.js"
, "keywords" : ["diff"]
, "author" : "Xueqiao Xu <xueqiaoxu@gmail.com>"
, "main" : "./index.js"
, "dependencies" : {
"heap" : ">= 0.1.2"
}
, "devDependencies" : {
"coffee-script" : ">= 1.2.0"
, "mocha" : ">= 0.14.0"
, "should" : ">= 0.6.0"
, "browserify" : ">= 1.10.4"
, "uglify-js" : ">= 1.2.5"
}
, "repository" : {
"type" : "git"
, "url" : "git://github.com/qiao/difflib.js.git"
}
, "licenses" : [{
"type" : "PSF"
, "url" : "http://docs.python.org/license.html"
}]
}