1 | {
|
2 | "name": "stylelint-config-rational-order",
|
3 | "version": "0.1.2",
|
4 | "description": "Stylelint config that sorts related property declarations by grouping together following the order: Positioning, Box Model, Typography, Visual, Animation, Other.",
|
5 | "author": "Constverum <constverum@gmail.com>",
|
6 | "license": "Apache-2.0",
|
7 | "main": "index.js",
|
8 | "repository": {
|
9 | "type": "git",
|
10 | "url": "git+https://github.com/constverum/stylelint-config-rational-order.git"
|
11 | },
|
12 | "bugs": {
|
13 | "url": "https://github.com/constverum/stylelint-config-rational-order/issues"
|
14 | },
|
15 | "scripts": {
|
16 | "lint": "node ./node_modules/eslint/bin/eslint.js .",
|
17 | "test": "node ./node_modules/jest-cli/bin/jest.js"
|
18 | },
|
19 | "keywords": [
|
20 | "stylelint",
|
21 | "stylelint-config",
|
22 | "stylelint-order",
|
23 | "stylelint-plugin",
|
24 | "properties-order",
|
25 | "css property order",
|
26 | "declaration-order",
|
27 | "css declaration order",
|
28 | "rational-css",
|
29 | "order-css",
|
30 | "order"
|
31 | ],
|
32 | "dependencies": {
|
33 | "stylelint": "^9.10.1",
|
34 | "stylelint-order": "^2.2.1"
|
35 | },
|
36 | "devDependencies": {
|
37 | "eslint": "^5.16.0",
|
38 | "eslint-config-airbnb-base": "^13.1.0",
|
39 | "eslint-config-prettier": "^4.1.0",
|
40 | "eslint-plugin-import": "^2.16.0",
|
41 | "eslint-plugin-jest": "^22.4.1",
|
42 | "eslint-plugin-prettier": "^3.0.1",
|
43 | "jest": "^24.7.1",
|
44 | "prettier": "^1.16.4"
|
45 | },
|
46 | "homepage": "https://github.com/constverum/stylelint-config-rational-order"
|
47 | }
|