Skip to content

Commit a591446

Browse files
committed
Add Bower package definition
Add support for fit.js to be included as a Bower front-end package. See http://bower.io for more info. Create bower.json file that defines the package. Once committed to master, the package can be registered officially with Bower by running the following command (with bower installed): bower register fit.js https://github.com/soulwire/fit.js.git
1 parent 9ad6d82 commit a591446

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)