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: 093331e3745d61b04e024b40ef7d53f261d0ff32 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "name": "rfs",
  "version": "7.1.9",
  "main": "postcss.js",
  "description": "Powerful & easy-to-use responsive font sizing engine.",
  "files": [
    "less.less",
    "postcss.js",
    "sass.sass",
    "scss.scss",
    "stylus.styl"
  ],
  "scripts": {
    "test": "mocha",
    "generate-test-results": "node-sass test/sass/ -o test/result/",
    "gulp-examples": "cd examples/less/gulp && gulp build && cd ../../postcss/gulp && gulp build && cd ../../sass/gulp && gulp build && cd ../../stylus/gulp && gulp build && cd ../../../..",
    "node-examples": "node examples/less/node/index.js && node examples/postcss/node/index.js && node examples/sass/node/index.js && node examples/stylus/node/index.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/rfs.git"
  },
  "keywords": [
    "rfs",
    "responsive",
    "font-size",
    "typography",
    "scss",
    "sass",
    "less",
    "stylus",
    "postcss"
  ],
  "author": "Martijn Cuppens <martijn.cuppens@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/rfs/issues"
  },
  "homepage": "https://github.com/twbs/rfs#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "browserify": "^16.2.3",
    "gulp": "^4.0.0",
    "gulp-less": "^4.0.1",
    "gulp-postcss": "^8.0.0",
    "gulp-sass": "^4.0.2",
    "gulp-stylus": "^2.7.0",
    "husky": "^1.3.1",
    "less": "^3.9.0",
    "mocha": "^5.2.0",
    "node-sass": "^4.11.0",
    "postcss": "^7.0.14",
    "postcss-nested": "^4.1.1",
    "postcss-prettify": "^0.3.4",
    "prettier": "^1.16.4",
    "stylelint": "^9.10.1",
    "stylelint-scss": "^3.5.3",
    "stylus": "^0.54.5",
    "uglify-js": "^3.4.9"
  }
}