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: 60d51c7b03b4418110ea5a85c4f82d48c96d2eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "bulma",
  "version": "0.9.4",
  "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"
  ]
}