-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 982 Bytes
/
package.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
{
"name": "polymer-toptal-demo",
"version": "1.0.0",
"description": "[Polymer](https://www.polymer-project.org/) was created to promote the use of Web Components, and that is both its strength and weakness.",
"main": "demo-element.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chady/polymer-toptal-demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chady/polymer-toptal-demo/issues"
},
"homepage": "https://github.com/chady/polymer-toptal-demo#readme",
"dependencies": {
"@polymer/iron-ajax": "^3.0.1",
"@polymer/iron-icon": "^3.0.0-pre.12",
"@polymer/iron-icons": "^3.0.0-pre.12",
"@polymer/paper-input": "^3.0.2",
"@polymer/polymer": "^3.0.0-pre.12",
"@webcomponents/webcomponentsjs": "^1.0.20"
},
"resolutions": {
"@webcomponents/webcomponentsjs": "1.0.20"
}
}