stylelint-config-migme
Version:
migme's config for stylelint
37 lines (36 loc) • 768 B
JSON
{
"name": "stylelint-config-migme",
"version": "2.0.1",
"description": "migme's config for stylelint",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/migme/css.git"
},
"keywords": [
"stylelint",
"stylelintconfig",
"config",
"migme",
"css",
"styleguide"
],
"author": [
"Ed Moore <ed.m@mig.me>",
"Andre Lee <andre.l@mig.me>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/migme/css/issues"
},
"homepage": "https://github.com/migme/css#readme",
"devDependencies": {
"eslint": "^2.12.0",
"eslint-config-migme": "^2.1.0",
"stylelint": "7.0.3"
}
}