-
Notifications
You must be signed in to change notification settings - Fork 87
/
bower.json
40 lines (40 loc) · 877 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "angular-semantic-ui",
"description": "Angular - AngularJS directives for Semantic UI.",
"version": "0.0.3",
"keywords": [
"angular",
"ui"
],
"homepage": "http://solcates.github.io/angular-semantic-ui",
"bugs": "https://github.com/solcates/angular-semantic-ui",
"author": {
"name": "Alex Kuleshov",
"url": "https://github.com/0xAX"
},
"repository": {
"type": "git",
"url": "https://github.com/solcates/angular-semantic-ui.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/solcates/angular-semantic-ui/blob/master/LICENSE.md"
}
],
"main": [
"dist/angular-semantic-ui.js"
],
"ignore": [
"docs",
"test",
"CONTRIBUTING.md"
],
"dependencies": {
"angular": "latest",
"semantic": "latest"
},
"devDependencies": {
"angular-mocks" : "latest"
}
}