-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 927 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
41
42
43
44
45
46
47
48
49
{
"name": "aui",
"main": "dist/aui.js",
"version": "2.1.0",
"description": "Aui is Semantic-UI + React",
"keywords": [
"react",
"semantic-ui",
"semantic ui",
"semantic",
"ui",
"reactjs",
"react.js",
"react-component",
"react component",
"jsx",
"cjsx",
"component",
"alicorns",
"alicorn",
"unicorn",
"pony",
"magic",
"browserify",
"watchify"
],
"dependencies": {
"react": ">=0.13",
"semantic-ui": ">=2",
"jquery": ">=1"
},
"repository": {
"type": "git",
"url": "https://github.com/javascriptismagic/aui.git"
},
"authors": [
"Brian <[email protected]>"
],
"license": "Unlicense",
"bugs": {
"url": "https://github.com/javascriptismagic/aui/issues"
},
"homepage": "https://github.com/javascriptismagic/aui/",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}