-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 924 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
32
33
34
35
36
37
38
39
40
{
"name": "responsive-embed",
"version": "1.0.0",
"description": "A Polymer element for responsive embeds",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"start": "polyserve",
"test": "wct -l chrome"
},
"repository": {
"type": "git",
"url": "https://github.com/joselitojunior1/responsive-embed.git"
},
"keywords": [
"web",
"component",
"shadow",
"dom",
"template",
"polymer",
"responsive",
"media",
"web-component",
"web-components"
],
"author": "Joselito Junior <[email protected]> (http://joselito.ninja)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/joselitojunior1/responsive-embed/issues"
},
"homepage": "https://github.com/joselitojunior1/responsive-embed",
"devDependencies": {
"polyserve": "^0.5.0",
"bower": "^1.7.7",
"web-component-tester": "^4.2.0"
}
}