mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
26 lines
536 B
JSON
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"
|
|
]
|
|
}
|