Skip to content

Commit a28d62b

Browse files
committed
Merge pull request #251 from MillerRen/master
Create bower.json
2 parents 4ea0487 + 9b7ba8f commit a28d62b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bower.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "backbone.validation",
3+
"version": "0.10.0",
4+
"main": "dist/backbone-validation.js",
5+
"dependencies": {
6+
"underscore": ">=1.5.0",
7+
"backbone": ">=1.1.2"
8+
},
9+
"ignore": ["lib", "tests", ".html"]
10+
}

0 commit comments

Comments
 (0)