-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
47 lines (47 loc) · 1.4 KB
/
.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
46
47
{
"name": "paper-pagination",
"version": "0.2.2",
"description": "A material design element that generate pagination bar",
"authors": [
"Dong Hung Phung"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"paper",
"pagination",
"paper-pagination",
"pagin"
],
"main": "src/paper-pagination.html",
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/paper-material"
},
"license": "https://opensource.org/licenses/MIT",
"homepage": "https://github.com/dannyphung/paper-pagination/",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
"paper-button": "polymerelements/paper-button#^1.0.0",
"paper-menu": "polymerelements/paper-menu#^1.0.0",
"paper-item": "polymerelements/paper-item#^1.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
},
"_release": "0.2.2",
"_resolution": {
"type": "version",
"tag": "0.2.2",
"commit": "39170d36c89fc729376f0be60277552057a56a29"
},
"_source": "https://github.com/dannyphung/paper-pagination.git",
"_target": "0.2.2",
"_originalSource": "paper-pagination"
}