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

package.json - github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 290c3cfcf664c31bf20e74c6f431dc67a0377ca5 (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
{
  "name": "stylelint-config-twbs-bootstrap",
  "version": "0.3.0",
  "description": "Default stylelint config used by Bootstrap.",
  "main": "css/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/stylelint-config-twbs-bootstrap.git"
  },
  "keywords": [
    "bootstrap",
    "stylelint",
    "config",
    "lint"
  ],
  "author": "The Bootstrap Authors (https://github.com/twbs/stylelint-config-twbs-bootstrap/graphs/contributors)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/stylelint-config-twbs-bootstrap/issues"
  },
  "homepage": "https://github.com/twbs/stylelint-config-twbs-bootstrap#readme",
  "files": [
    "css/index.js",
    "scss/index.js"
  ],
  "engines": {
    "node": ">=6"
  },
  "peerDependencies": {
    "stylelint": "^9.0.0 || ^10.0.0"
  },
  "dependencies": {
    "stylelint-config-recommended-scss": "^3.3.0",
    "stylelint-config-standard": "^18.3.0",
    "stylelint-order": "^2.2.1",
    "stylelint-scss": "^3.6.0"
  },
  "devDependencies": {}
}