-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
49 lines (45 loc) · 971 Bytes
/
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
40
41
42
43
44
45
46
47
48
49
{
"name": "polymer-resin",
"keywords": [
"polymer",
"webcomponents",
"security",
"xss"
],
"description":
"XSS mitigation for Polymer webcomponents that uses safe html type contracts",
"homepage": "https://github.com/Polymer/polymer-resin",
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer-resin.git"
},
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"license": "http://polymer.github.io/LICENSE.txt",
"moduleType": "globals",
"main": [
"polymer-resin.html",
"polymer-resin.js"
],
"ignore": [
"**/.*",
"**/*~",
"**/*.md",
"**/*-test.html",
"**/*_test.html",
"**/*-test.js",
"**/*_test.js",
"**/*.sh",
"images/**",
"node_modules",
"bower_components"
],
"dependencies": {
"polymer": "^1.7.1",
"webcomponentsjs": "^0.7.24"
},
"devDependencies": {
"web-component-tester": "^6.5.0"
}
}