Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json - github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90442259b3f04ca928f5ac542cb3ae65cd73d2c7 (plain)
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
{
  "name": "bulma",
  "version": "0.8.1",
  "homepage": "https://bulma.io",
  "authors": [
    "jgthms <bbxdesign@gmail.com>"
  ],
  "description": "Modern CSS framework based on Flexbox",
  "main": "bulma.sass",
  "keywords": [
    "css",
    "sass",
    "flexbox",
    "responsive",
    "framework"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "docs",
    "images"
  ]
}