-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 722 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 722 Bytes
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
{
"name": "validate-string",
"description": "Validate an input string and supply it to an output if it conforms to the test",
"version": "1.0.0",
"authors": [
"Daniel Llewellyn <daniel@bowlhat.net>"
],
"main": "validate-string.html",
"keywords": [
"web-components",
"validation",
"validator",
"string",
"regex",
"enum"
],
"license": "MIT",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^3.0.1",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.1"
}
}