forked from locaweb/locawebstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 1023 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
{
"name": "locawebstyle",
"version": "3.7.4",
"homepage": "http://locaweb.github.io/locawebstyle/",
"authors": [
"Locaweb Front-end Team <[email protected]>"
],
"description": "Front-end framework used by Locaweb",
"main": [
"dist/stylesheets/locastyle.css",
"dist/stylesheets/fonts/locastyle.eot",
"dist/stylesheets/fonts/locastyle.svg",
"dist/stylesheets/fonts/locastyle.ttf",
"dist/stylesheets/fonts/locastyle.woff",
"dist/javascripts/locastyle.js"
],
"keywords": [
"framework",
"components",
"css",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"/build",
"/helpers",
"/locales",
"/scripts",
"/source",
"/spec",
"dist/stylesheets/docs.css",
"dist/javascripts/docs",
"dist/javascripts/docs.js",
"dist/javascripts/busca.js",
"dist/images/docs",
"config.rb",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"readme.md"
],
"dependencies": {
"jquery": ">= 2.1.1"
}
}