-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbower.json
49 lines (49 loc) · 1.25 KB
/
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": "bq/penguin",
"version": "0.0.7",
"description": "Penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.",
"repository": {
"type": "git",
"url": "git@github.com:bq/penguin.git"
},
"main": "lib/js/penguin.min.js",
"ignore": [
".gitignore",
".sass-cache",
".travis.yml",
".editorconfig",
"node_modules",
"bower_components"
],
"license": "MIT",
"homepage": "https://penguin.docs.bqws.io",
"authors": [
"front-end bq <front-end@bq.com>",
"Álvaro Brito <alvaro.brito@bq.com> <alvarobr85@gmail.com>",
"Óscar Ferrándiz <oscar.ferrandiz@bq.com> <oferrandiz@gmail.com>"
],
"contributors": [{
"name": "José Manuel Guzmán",
"email": "josemanuel.guzman@bq.com"
}, {
"name": "Javier López",
"email": "javier.lopez@bq.com"
}],
"dependencies": {
"jquery": "2.1.1"
},
"support": {
"issues": "https://github.com/bq/penguin/issues"
},
"keywords": [
"penguin",
"jquery",
"javascript",
"ui",
"css",
"html5",
"sass",
"library",
"framework"
]
}