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

package.json - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c43f85b26b52d45f51b77a6434e98c4324dea2a3 (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
{
  "name": "rfs",
  "version": "5.0.1",
  "description": "A scss-mixin for responsive font-sizes.",
  "main": "scss/_rfs.scss",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MartijnCuppens/rfs.git"
  },
  "keywords": [
    "scss",
    "responsive",
    "font-size",
    "typography"
  ],
  "author": "Martijn Cuppens <martijn.cuppens@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MartijnCuppens/rfs/issues"
  },
  "homepage": "https://github.com/MartijnCuppens/rfs#readme"
}