-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
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
42
{
"name": "stylelint-drupal-no-core",
"version": "0.0.1",
"description": "Stylelint rule for preventing the use of core Drupal classnames.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Chapabu/stylelint-drupal-no-core.git"
},
"bugs": {
"url": "https://github.com/Chapabu/stylelint-drupal-no-core/issues"
},
"homepage": "https://github.com/Chapabu/stylelint-drupal-no-core",
"scripts": {
"test": "tape ./**/*.test.js"
},
"keywords": [
"css",
"drupal",
"less",
"lint",
"linter",
"sass",
"scss",
"stylelint",
"stylelint-plugin"
],
"author": "Matt Chapman <[email protected]> (https://github.com/Chapabu)",
"license": "MIT",
"peerDependencies": {
"stylelint": "^9.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.13.5",
"stylelint": "^9.3.0",
"stylelint-test-rule-tape": "^0.2.0"
},
"dependencies": {}
}