OLD | NEW |
1 { | 1 { |
2 "name": "stylelint-config-eyeo", | 2 "name": "@eyeo/stylelint-config-eyeo", |
3 "version": "1.0.0", | 3 "version": "1.0.0", |
4 "description": "Stylelint configuration as used by eyeo.", | 4 "description": "Stylelint configuration as used by eyeo.", |
5 "main": "index.js", | 5 "main": "index.js", |
6 "repository": { | 6 "repository": { |
7 "type": "hg", | 7 "type": "hg", |
8 "url": "https://hg.adblockplus.org/codingtools" | 8 "url": "https://hg.adblockplus.org/codingtools" |
9 }, | 9 }, |
10 "keywords": [ | 10 "keywords": [ |
11 "eyeo", | 11 "eyeo", |
12 "adblockplus", | 12 "adblockplus", |
(...skipping 10 matching lines...) Expand all Loading... |
23 "url": "https://issues.adblockplus.org/" | 23 "url": "https://issues.adblockplus.org/" |
24 }, | 24 }, |
25 "dependencies": { | 25 "dependencies": { |
26 "stylelint-config-recommended": "^1.0.0", | 26 "stylelint-config-recommended": "^1.0.0", |
27 "stylelint-order": "^0.7.0" | 27 "stylelint-order": "^0.7.0" |
28 }, | 28 }, |
29 "peerDependencies": { | 29 "peerDependencies": { |
30 "stylelint": "^8.0.0" | 30 "stylelint": "^8.0.0" |
31 } | 31 } |
32 } | 32 } |
OLD | NEW |