Skip to content

Commit 5e30164

Browse files
committed
Added to Bower
1 parent 6649f3b commit 5e30164

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This library provides over 100 Angular directives for building Semantic UI eleme
44

55
Check out the [Documentation](http://clickermonkey.github.io/SemanticUI-Angular/) where you can see examples similar to those on http://semantic-ui.com except with angular directives.
66

7+
### Installing
8+
9+
The easiest way to install this binding is with bower and running `bower install semantic-ui-angular-jquery`.
10+
711
### Dependencies
812

913
- Semantic-UI

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "semantic-ui-angular-jquery",
3+
"version": "0.1.0",
4+
"homepage": "https://github.com/ClickerMonkey/SemanticUI-Angular",
5+
"authors": [
6+
"Philip Diffenderfer <pdiffenderfer@gmail.com>"
7+
],
8+
"description": "Angular Directives for Semantic UI & jQuery",
9+
"main": "angular-semantic-ui.js",
10+
"keywords": [
11+
"javascript",
12+
"semantic-ui",
13+
"angular",
14+
"jquery"
15+
],
16+
"license": "MIT",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
24+
}

0 commit comments

Comments
 (0)