forked from simonsmith/stylelint-selector-bem-pattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 980 Bytes
/
package.json
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
{
"name": "stylelint-selector-bem-pattern",
"version": "2.1.1",
"description": "A stylelint plugin that harnesses the power of postcss-bem-linter",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonsmith/stylelint-selector-bem-pattern.git"
},
"files": [
"index.js"
],
"keywords": [
"stylelint",
"stylelint-plugin",
"css",
"nesting",
"linter",
"bem"
],
"author": "David Clark",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonsmith/stylelint-selector-bem-pattern/issues"
},
"homepage": "https://github.com/simonsmith/stylelint-selector-bem-pattern#readme",
"dependencies": {
"lodash": ">=4.17.21",
"postcss": "^8.3.6",
"postcss-bem-linter": "^3.3.0",
"stylelint": ">=13.13.1"
},
"devDependencies": {
"eslint": "^7.31.0",
"stylelint-test-rule-tape": "^0.2.0"
}
}