-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.7 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.7 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@fluidnext-polymer/paper-input-file",
"version": "3.3.0",
"description": "Paper input file ",
"scripts": {
"test": "polymer test",
"test-chrome": "polymer test -l chrome",
"test-safari": "polymer test -l safari",
"serve": "polymer serve",
"demo": "polymer serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluidnext/paper-input-file.git"
},
"keywords": [
"polymer 3",
"web component",
"html5"
],
"author": {
"name": "Antonio Visalli",
"url": "https://github.com/visa4fluid"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/fluidnext/paper-input-file/issues"
},
"homepage": "https://github.com/fluidnext/paper-input-file#readme",
"main": "paper-input-file.js",
"devDependencies": {
"coveralls": "^3.0.3",
"mocha-lcov-reporter": "^1.3.0",
"wct-istanbul": "^0.14.3",
"@polymer/iron-demo-helpers": "^3.0.1",
"@polymer/test-fixture": "^4.0.2",
"@polymer/paper-button": "^3.0.1",
"@webcomponents/webcomponentsjs": "^2.2.10",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"polymer-cli": "^1.9.8",
"web-component-tester": "^6.9.2",
"wct-mocha": "^1.0.0",
"@polymer/iron-test-helpers": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1"
},
"dependencies": {
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.1",
"@polymer/polymer": "^3.2.0",
"@polymer/paper-input": "^3.0.2",
"@polymer/iron-icon": "^3.0.1"
},
"contributors": [
{
"name": "Emanuele Dessi",
"url": "https://github.com/EmanueleDessi"
},
{
"name": "Simone Spada",
"url": "https://github.com/SimoneSpada"
}
]
}