-
Notifications
You must be signed in to change notification settings - Fork 44
/
bower.json
45 lines (45 loc) · 843 Bytes
/
bower.json
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "angular-read-more",
"description": "AngularJS Read More Directive",
"version": "1.0.6",
"main": "dist/readmore.min.js",
"keywords": [
"angular",
"angularjs",
"readmore",
"directive"
],
"authors": [
{
"name": "Hitesh Modha",
"email": "[email protected]"
},
{
"name": "Ismar Slomic",
"email": "[email protected]"
}
],
"ignore": [
"bower_components",
"coverage",
"example",
"node_modules",
"src",
".editorconfig",
".gitignore",
".npmignore",
".travis.yml",
"angular-read-more.png",
"gulpfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"angular": "1.6.4",
"angular-animate": "1.6.4",
"angular-sanitize": "1.6.4"
},
"devDependencies": {
"angular-mocks": "1.6.4"
}
}