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

bower.json - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4648c94dca33b1b6ee255903e1fcf0886628908 (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
28
29
{
  "name": "rfs",
  "description": "Powerful & easy-to-use responsive resizing engine.",
  "main": "postcss.js",
  "authors": [
    "Martijn Cuppens <martijn.cuppens@gmail.com>"
  ],
  "license": "MIT",
  "keywords": [
    "rfs",
    "fluid",
    "responsive",
    "font-size",
    "typography",
    "mixin",
    "scss",
    "sass",
    "less",
    "stylus",
    "postcss"
  ],
  "homepage": "https://github.com/twbs/rfs",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test"
  ]
}