forked from bq/penguin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1007 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 1007 Bytes
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
{
"name": "penguin",
"description": "Penguin is a lightweight and extensible front-end framework built with Sass to kickstart any web project.",
"version": "0.0.7",
"type": "front-end framework",
"repositories": {
"type": "git",
"url": "git@github.com:bq/penguin.git"
},
"keywords": [
"penguin",
"jquery",
"javascript",
"ui",
"css",
"html5",
"sass",
"library",
"framework"
],
"homepage": "https://penguin.docs.bqws.io",
"license": "MIT",
"authors": [{
"name": "bq",
"email": "front-end@bq.com"
}, {
"name": "Álvaro Brito",
"email": "alvarobr85@gmail.com",
"role": "Developer"
}, {
"name": "Oscar Ferrándiz",
"email": "oferrandiz@gmail.com",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/bq/penguin/issues"
},
"require": {
"jquery": "2.1.1"
}
}