UNPKG

844 BJSONView Raw
1{
2 "name": "stylelint-config-suitcss",
3 "version": "1.0.0",
4 "description": "SuitCSS shareable config for stylelint",
5 "keywords": [
6 "stylelint",
7 "stylelint-config"
8 ],
9 "author": "Stylelint",
10 "license": "MIT",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/stylelint/stylelint-config-suitcss.git"
14 },
15 "main": "index.js",
16 "files": [
17 "index.js"
18 ],
19 "devDependencies": {
20 "babel": "^6.0.15",
21 "babel-preset-es2015": "^6.1.2",
22 "babel-tape-runner": "^1.3.0",
23 "eslint": "^1.9.0",
24 "eslint-config-stylelint": "^0.1.0",
25 "stylelint": "^2.3.0",
26 "tape": "^4.2.2"
27 },
28 "scripts": {
29 "lint": "eslint . --ignore-path .gitignore",
30 "tape": "babel-tape-runner \"__tests__/**/*.js\"",
31 "test": "npm run lint && npm run tape"
32 },
33 "babel": {
34 "presets": ["es2015"]
35 }
36}