-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·40 lines (40 loc) · 1.03 KB
/
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
{
"name": "plastik-url-validator",
"version": "0.0.1",
"authors": [
"The Plastikit Authors <developers@plastikit.org>"
],
"description": "URL validator for Polymer",
"keywords": [
"web-component",
"web-components",
"polymer",
"uri",
"uris",
"url",
"urls",
"addresses",
"validation",
"input"
],
"main": "plastik-url-validator.html",
"license": "BSD-3-Clause",
"homepage": "https://github.com/Plastikit/plastik-url-validator/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0",
"validator-js": "chriso/validator.js#^3.40.1"
},
"devDependencies": {
"iron-input": "PolymerElements/iron-input#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}