-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 876 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 876 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
34
35
36
37
38
39
40
41
{
"name": "angular-flexipagination-directive",
"version": "0.2.5",
"homepage": "",
"authors": [
"Antonio Bevilacqua <b3by.in.th3.sky@gmail.com>"
],
"description": "Yet another angular pagination directive. It provides both client side and server side pagination.",
"main": [
"src/directives/angular-flexipagination-directive.js",
"src/directives/angular-flexipagination-directive.html"
],
"moduleType": [
"globals"
],
"keywords": [
"angular",
"pagination",
"paginator",
"directive"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"tests",
"example",
"package.json",
"Gruntfile.js",
"README.md",
"LICENSE",
".gitignore",
".idea"
],
"dependencies": {
"angular": "^1.5.x",
"font-awesome": "~4.5.0",
"bootstrap": "~3.3.5"
}
}