forked from mercadolibre/chico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 878 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
{
"name": "chico",
"description": "Chico UI is a free and open source collection of easy-to-use web components for developers and designers.",
"version": "2.0.6",
"keywords": [
"css",
"js",
"sass",
"front-end",
"web",
"framework"
],
"homepage": "http://chico-ui.com.ar/",
"license": "MIT",
"main": [
"src/ui/styles/ui-theme.scss",
"src/mobile/styles/mobile-theme.scss",
"dist/ui/chico.css",
"dist/ui/chico.js",
"dist/mobile/chico.css",
"dist/mobile/chico.js",
"dist/assets/icons.eot",
"dist/assets/icons.svg",
"dist/assets/icons.ttf",
"dist/assets/icons.woff"
],
"ignore": [
"/.*",
"doc",
"libs",
"routes",
"tests",
"vendor",
"views",
"app.js",
"Gruntfile.js",
"History.md",
"package.json"
],
"dependencies": {
"tiny.js": "tiny#~0.1.6"
}
}