forked from MattMcAdams/stratus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
39
40
41
42
43
{
"name": "@mattmcadams/stratus",
"version": "1.0.4",
"description": "Advanced SCSS Typography and Utilities",
"main": "_index.scss",
"author": {
"name": "Matthew McAdams",
"url": "https://mattmcadams.com"
},
"license": "MIT",
"homepage": "https://github.com/MattMcAdams/stratus#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MattMcAdams/stratus.git"
},
"bugs": {
"url": "https://github.com/MattMcAdams/stratus/issues"
},
"keywords": [
"SCSS",
"CSS",
"Sass",
"utility",
"typography"
],
"scripts": {
"test": "mocha",
"lint": "stylelint '**/*.scss'",
"docs:dev": "vuepress dev docs-src",
"docs:build": "vuepress build docs-src"
},
"dependencies": {},
"devDependencies": {
"mocha": "^6.2.3",
"sass": "^1.26.10",
"sass-true": "^5.0.0",
"sassdoc": "^2.7.3",
"stylelint": "^12.0.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"vuepress": "^1.5.4"
}
}