-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bower.json
More file actions
33 lines (33 loc) · 770 Bytes
/
.bower.json
File metadata and controls
33 lines (33 loc) · 770 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
32
33
{
"name": "angular-trix",
"version": "1.0.2",
"homepage": "https://github.com/sachinchoolur/angular-trix",
"authors": [
"Sachin N <[email protected]>"
],
"description": "A rich wysiwyg text editor directive for angularjs.",
"main": "dist/angular-trix.js",
"keywords": [
"angular-trix",
"wysiwyg-editor",
"text-editor",
"directive",
"angularjs"
],
"dependencies": {
"trix": "latest",
"angular": ">=1.2.0"
},
"ignore": [
"README.md"
],
"_release": "1.0.2",
"_resolution": {
"type": "version",
"tag": "1.0.2",
"commit": "3eee4444e2b9b9505ae299d888c7e2363b1c9e3c"
},
"_source": "https://github.com/sachinchoolur/angular-trix.git",
"_target": "^1.0.2",
"_originalSource": "angular-trix"
}