Skip to content

Commit 37fc16d

Browse files
author
adidoo
committed
add bower
1 parent fceb5f3 commit 37fc16d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

bower.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "angular-mt-toggle",
3+
"main": "angular-mt-toggle.js",
4+
"version": "0.1.0",
5+
"homepage": "https://github.com/MangoTools/angular-mt-toggle",
6+
"authors": [
7+
"adidoo <[email protected]>"
8+
],
9+
"description": "Simple 2 or 3 states angular button using fa-toggle icon",
10+
"keywords": [
11+
"angular",
12+
"two",
13+
"three",
14+
"states",
15+
"button",
16+
"fa-toggle"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
],
26+
"dependencies": {
27+
"font-awesome": "~4.2.0",
28+
"angular": "~1.2.26"
29+
}
30+
}

0 commit comments

Comments
 (0)