Skip to content

Commit 7b661be

Browse files
ViliamKopeckydg
authored andcommitted
added bower.json
1 parent a927a8a commit 7b661be

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "nette-forms",
3+
"description": "Client side script for Nette Forms Component",
4+
"version": "2.1.0",
5+
"homepage": "http://nette.org",
6+
"keywords": [
7+
"nette",
8+
"validation",
9+
"forms"
10+
],
11+
"license": [
12+
"BSD-3-Clause",
13+
"GPL-2.0",
14+
"GPL-3.0"
15+
],
16+
"authors": [
17+
"David Grudl (http://davidgrudl.com)"
18+
],
19+
"main": "src/assets/netteForms.js",
20+
"ignore": [
21+
"src/Bridges",
22+
"src/Forms",
23+
"tests",
24+
"**/.*",
25+
"*.json"
26+
]
27+
}

0 commit comments

Comments
 (0)