-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 717 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "angular-rich-text-diff",
"main": "angular-rich-text-diff.js",
"version": "0.2.3",
"authors": [
"Bill Long <bill@blackout.us>"
],
"description": "A directive to diff two html strings without messing up the html. Intended for diffing rich text entered into a rich text editor such as textAngular.",
"keywords": [
"angular",
"rich",
"text",
"html",
"diff"
],
"license": "MIT",
"homepage": "http://github.com/bill-long/angular-rich-text-diff",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"dt-angular": "~1.2.16"
},
"dependencies": {
"google-diff-match-patch": "~0.1.0"
}
}