-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@rx1310/kalium19.v5",
"version": "5.2.0",
"description": "📦 Большой набор миксинов, карт и функций на языке препроцессора @sass для помощи в ускорении и упрощении написания CSS-стилей.",
"main": "index.scss",
"publishConfig": {
"access": "public"
},
"scripts": {
"sass:watch": "sass --no-source-map --watch test.scss:test.css",
"sass:watch-min": "sass --watch . --style compressed",
"sass:compile": "sass --no-source-map .",
"sass:compile-min": "sass --no-source-map . --style compressed",
"editorconfig": "editorconfig-checker",
"npm:publish": "npm publish --access=public --tag release",
"git:log-last-tag": "git log \"$(git describe --tags --abbrev=0)..HEAD\" --oneline --decorate --pretty=format:'- [`%h`](https://github.com/rx1310/kalium19/commit/%H) [@%an](https://github.com/%an): %s' | tee CHANGELOG.log",
"git:log-full": "git log --oneline --decorate --pretty=format:'- [`%h`](https://github.com/rx1310/kalium19/commit/%H) [@%an](https://github.com/%an): %s' | tee CHANGELOG.log"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rx1310/kalium19.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/rx1310"
},
"keywords": [
"sass",
"scss",
"sass-mixin",
"scss-mixin",
"sass-function",
"scss-function",
"sass-utils",
"scss-utils",
"kalium19",
"rx1310",
"k19",
"rx1310",
"css"
],
"author": {
"name": "Haba Kudzaev (rx1310)",
"email": "[email protected]",
"url": "https://rx1310.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rx1310/kalium19/issues"
},
"homepage": "https://github.com/rx1310/kalium19#readme",
"devDependencies": {
"editorconfig-checker": "^4.0.2",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"sass": "^1.55.0"
}
}