-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
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": "@myfrom/paper-pager",
"version": "2.0.0",
"description": "A light and accesible Material Design page indicator",
"main": "paper-pager.js",
"scripts": {
"test": "polymer lint && polymer test",
"analyze": "polymer analyze > analysis.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myfrom/paper-pager.git"
},
"keywords": [
"web-components",
"polymer-element",
"polymer",
"paper",
"material-design",
"pager"
],
"author": "Wiktor Olejniczak <myfrom.13th@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/myfrom/paper-pager/issues"
},
"homepage": "https://www.webcomponents.org/element/myfrom/paper-pager",
"dependencies": {
"@polymer/iron-a11y-keys-behavior": "^3.0.1",
"@polymer/iron-selector": "^3.0.1",
"@polymer/polymer": "^3.0.5"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.0.2",
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-test-helpers": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.1.3",
"wct-browser-legacy": "^1.0.2"
}
}