mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(package) add daffy from npm
This commit is contained in:
parent
4a5ad589eb
commit
c4832161d4
22 changed files with 258 additions and 1158 deletions
26
modules/google-diff-match-patch/bower.json
Normal file
26
modules/google-diff-match-patch/bower.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue