-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 885 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": "@mediamonks/scss-utils",
"version": "4.0.3",
"description": "SCSS library of mixins and functions that are used within projects",
"repository": {
"type": "git",
"url": "git+https://github.com/mediamonks/scss-utils.git"
},
"files": [
"utils/**/*",
"base.scss",
"CONTRIBUTING.md",
"AUTHORS.md"
],
"main": "base.scss",
"author": "René Drieënhuizen <[email protected]> (https://github.com/ReneDrie)",
"homepage": "https://www.mediamonks.com/",
"license": "MIT",
"keywords": [
"mediamonks",
"scss",
"utils",
"mixins",
"functions"
],
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"prettify": "prettier --write \"utils/**/*.{js,ts,scss,json}\""
},
"bugs": {
"url": "https://github.com/mediamonks/scss-utils/issues"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}