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

bower.json - github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2157651ffa2d66411719423eb8fda309a592399d (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": "spectre.css",
  "version": "0.5.9",
  "description": "Spectre.css: A lightweight, responsive and modern CSS framework",
  "homepage": "http://picturepan2.github.io/spectre",
  "repository": "picturepan2/spectre",
  "license": "MIT",
  "author": "Yan Zhu <picturepan2@hotmail.com>",
  "main": "dist/spectre.css",
  "keywords": [
    "css",
    "framework",
    "flexbox",
    "responsive",
    "mobile-friendly",
    "front-end",
    "sass",
    "modern"
  ],
  "ignore": [
    ".idea",
    ".gitignore",
    "bower.json",
    "package.json",
    "node_modules"
  ]
}