-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 877 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "buttono",
"description": "A flexible Sass mixin for creating BEM-style buttons.",
"version": "1.0.4",
"main": "_buttono.scss",
"files": ["_buttono.scss"],
"repository": {
"type": "git",
"url": "https://github.com/hsnaydd/buttono.git"
},
"bugs": {
"url": "https://github.com/hsnaydd/buttono/issues"
},
"homepage": "https://github.com/hsnaydd/buttono#readme",
"keywords": [
"button",
"mixin",
"css",
"sass",
"scss",
"bem"
],
"author": "Hasan Aydoğdu <[email protected]>",
"license": "MIT",
"devDependencies": {
"@atolye15/stylelint-config": "^1.4.0",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.2.0"
},
"scripts": {
"lint": "stylelint '_buttono.scss' --syntax scss",
"format": "yarn lint --fix"
}
}