cloudcmd/modules/google-diff-match-patch/bower.json
2015-01-08 16:24:59 -05:00

26 lines
536 B
JSON

{
"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"
]
}