Skip to content

Commit 13b86bc

Browse files
author
zhangbo
committed
依赖包
1 parent a3bd2c7 commit 13b86bc

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.svn
2+
.DS_Store
3+
.svn/*
4+
*.swp
5+
*.tmp
6+
tags
7+
!*memcached*
8+
.tags*
9+
*bower_components*
10+
*node_modules*
11+
*development*
12+
#vim
13+
*.un~
14+
*.swp*
15+
#python
16+
*.pyc
17+
*test*
18+
*.buildpath*
19+
*.project*

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "angular-pagination",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/febobo/angular-paganation",
5+
"authors": [
6+
"febobo"
7+
],
8+
"description": "基于angular 扩展的可复用的分页指令",
9+
"main": "angular-pagination.min.js",
10+
"keywords": [
11+
"angular"
12+
],
13+
"license": "MIT",
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"bower_components",
18+
"test",
19+
"tests"
20+
]
21+
}

0 commit comments

Comments
 (0)