-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
37
38
{
"name": "brei-sass-mixins",
"version": "2.1.1",
"description": "BarkleyREI sass mixins",
"scripts": {
"test": "mocha",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/BarkleyREI/brei-sass-mixins.git"
},
"author": "Ian Moffitt <[email protected]> (https://ianmoffitt.dev/)",
"contributors": [
{
"name": "Ian Moffitt",
"email": "[email protected]",
"url": "https://github.com/nessthehero"
},
{
"name": "Sean Stacho",
"url": "https://github.com/Sean-BREI"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BarkleyREI/brei-sass-mixins/issues"
},
"homepage": "https://github.com/BarkleyREI/brei-sass-mixins",
"devDependencies": {
"brei-util": "^1.0.9",
"mocha": "~9.2.0",
"postcss-scss": "~4.0.3",
"stylelint": "~14.3.0",
"stylelint-formatter-pretty": "^3.1.0",
"stylelint-scss": "~4.1.0"
}
}