-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
39 lines (39 loc) · 1.26 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
{
"name": "paper-pagination",
"version": "2.0.2",
"description": "A material design element inspire by Danny Phung that generate pagination bar",
"authors": [
"Dong Hung Phung <[email protected]>",
"Benoit Claveau <benoit.claveau@gmail>"
],
"keywords": [
"webcomponents",
"polymer",
"paper",
"pagination",
"paper-pagination"
],
"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/hankphung/paper-pagination/",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^2.5.0",
"paper-button": "polymerelements/paper-button#^2.0.0",
"paper-listbox": "polymerelements/paper-listbox#^2.0.0",
"paper-item": "polymerelements/paper-item#^2.0.0",
"web-animations-js": "^2.3.1",
"neon-animation": "^2.2.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.22",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "^6.0.0",
"test-fixture": "polymerelements/test-fixture#^3.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0"
}
}