-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 809 Bytes
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
{
"name": "sass-asrt",
"version": "1.0.6",
"description": "Simple error, assertion and type utilities for Sass",
"author": "zvint",
"license": "MIT",
"main": "src/_asrt.scss",
"scripts": {
"test": "mocha spec/tests.spec.js && npm run prepare",
"prepare": "sassdoc src/ --dest docs/"
},
"keywords": [
"sass",
"scss",
"assertion",
"utilities"
],
"devDependencies": {
"mocha": "^10.2.0",
"sass": "^1.57.1",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4"
},
"files": [
"src/",
"README.md",
"_index.scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zvint/sass-asrt.git"
},
"bugs": {
"url": "https://github.com/zvint/sass-asrt/issues"
},
"homepage": "https://github.com/zvint/sass-asrt#readme"
}