feature(package) add daffy from npm

This commit is contained in:
coderaiser 2015-01-08 16:24:59 -05:00
parent 4a5ad589eb
commit c4832161d4
22 changed files with 258 additions and 1158 deletions

View file

@ -0,0 +1,26 @@
{
"name": "google-diff-match-patch",
"version": "0.1.0",
"homepage": "https://github.com/friedolinfoerder/google-diff-match-patch",
"authors": [
"Friedolin Förder"
],
"description": "A bower wrapper for the google-diff-match-patch Javascript library",
"main": "diff_match_patch.js",
"keywords": [
"google",
"diff",
"match",
"patch",
"text",
"content"
],
"license": "Apache License V2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}