Skip to content

Commit dd5b714

Browse files
committed
Merge pull request soulwire#3 from mwindle/mwindle/bowersupport
Add Bower package definition
2 parents 9ad6d82 + a591446 commit dd5b714

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "fit.js",
3+
"main": "fit.js",
4+
"version": "0.1.0",
5+
"homepage": "http://soulwire.github.io/fit.js/",
6+
"authors": [
7+
"Justin Windle <[email protected]>"
8+
],
9+
"description": "Fit things into other things",
10+
"keywords": [
11+
"fit",
12+
"things"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)