forked from groenroos/bulma-stylus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·36 lines (36 loc) · 913 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
{
"name": "bulma-stylus-plus",
"version": "0.9.1-beta",
"homepage": "https://github.com/M-O-Z-G/bulma-stylus-plus",
"authors": [
"Aleksandr Dikov <alexandermozgdikov+github@gmail.com> (https://mozg-studio.org)",
"Oskari Groenroos <oskari@groenroos.fi> (http://groenroos.fi)",
"Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)"
],
"description": "Improved and expanded version of Bulma Stylus translation of Bulma, flexbox-based CSS framework.",
"main": "bulma-stylus-plus.styl",
"keywords": [
"css",
"stylus",
"flexbox",
"responsive",
"framework",
"bulma",
"components",
"css3",
"prototyping"
],
"license": {
"type": "MIT",
"url": "https://github.com/M-O-Z-G/bulma-stylus-plus/blob/master/LICENSE"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"docs",
"images"
]
}