-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.37 KB
/
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
39
40
41
42
43
44
{
"name": "@theholocron/config",
"homepage": "https://github.com/the-holocron/astromech/tree/master/packages/config#readme",
"description": "This utility droid provides a set of variables for writing (S)CSS within the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.3.0",
"main": "src/_index.scss",
"files": [
"src"
],
"repository": "https://github.com/the-holocron/astromech.git",
"bugs": "https://github.com/the-holocron/astromech/issues",
"releases": "https://github.com/the-holocron/astromech/releases",
"wiki": "https://github.com/the-holocron/astromech/wiki",
"license": "GPL-3.0",
"browserslist": [
"extends @theholocron/browserslist-config"
],
"publishConfig": {
"access": "public"
},
"stylelint": {
"extends": "@theholocron/stylelint-config"
},
"scripts": {
"docs": "sassdoc src/_index.scss --dest ../../docs/config",
"readme": "sassdoc2md src/_index.scss src/README.md",
"toc": "markdown-toc -i --bullets '*' --maxdepth 2 src/README.md",
"lint": "stylelint src/**/*.scss",
"test": "mocha"
},
"peerDependencies": {
"sass": "^1.26.3"
},
"devDependencies": {
"@hidoo/sassdoc-to-markdown": "^0.4.1",
"@theholocron/browserslist-config": "latest",
"@theholocron/stylelint-config": "latest",
"mocha": "^7.0.0",
"sass": "^1.26.3",
"sass-true": "^5.0.0",
"sassdoc": "^2.7.1"
}
}