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: 5bab5e4c362120ebe1397379102389308c16883e (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
{
  "name": "rfs",
  "version": "7.1.8",
  "main": "postcss/rfs.js",
  "description": "Powerfull & easy-to-use responsive font sizing system.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "codepen": "browserify postcss/codepen.js | babel --presets=env | uglifyjs --compress --mangle > postcss/codepen.bundle.js",
    "gulp-examples": "cd examples/less/gulp && gulp build && cd ../../postcss/gulp && gulp build && cd ../../sass/gulp && gulp build && cd ../../scss/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/scss/node/index.js && node examples/stylus/node/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/project-rfs/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/project-rfs/rfs/issues"
  },
  "homepage": "https://github.com/project-rfs/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.1",
    "gulp-stylus": "^2.7.0",
    "less": "^3.8.1",
    "node-sass": "^4.9.4",
    "postcss": "^7.0.5",
    "postcss-nested": "^4.1.0",
    "postcss-prettify": "^0.3.4",
    "stylelint": "^9.6.0",
    "stylelint-scss": "^3.3.1",
    "stylus": "^0.54.5",
    "uglify-js": "^3.4.9"
  }
}