UNPKG

857 BJSONView Raw
1{
2 "name": "stylelint-config-l3e",
3 "version": "1.7.2",
4 "description": "stylelint rules for l3e projects",
5 "keywords": [
6 "stylelint",
7 "stylelintconfig",
8 "l3e"
9 ],
10 "homepage": "https://github.com/l3e/stylelint-config-l3e",
11 "license": "MIT",
12 "author": {
13 "name": "Lance He (a.k.a. indigofeather)",
14 "email": "indigofeather@gmail.com"
15 },
16 "main": "index.js",
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:l3e/stylelint-config-l3e.git"
20 },
21 "scripts": {
22 "lint": "eslint --fix .; stylelint --fix *.css"
23 },
24 "devDependencies": {
25 "eslint": "4.5.0",
26 "eslint-config-l3e-base": "2.1.1",
27 "prettier": "1.5.3",
28 "stylelint": "8.0.0"
29 },
30 "peerDependencies": {
31 "stylelint": "^8.0.0"
32 },
33 "dependencies": {
34 "stylelint-csstree-validator": "1.1.1",
35 "stylelint-order": "0.6.0"
36 }
37}