mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
26 lines
746 B
JSON
26 lines
746 B
JSON
{
|
|
"name": "spectrumobsidianstylesheet",
|
|
"version": "0.13.0",
|
|
"private": true,
|
|
"description": "An Obsidian Theme",
|
|
"author": "Wiktoria Mielcarek",
|
|
"license": "MIT",
|
|
"homepage": "https://braweria.de",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx node-sass --output-style expanded SCSS/Spectrum.scss > obsidian.css",
|
|
"dev": "npx node-sass --output-style expanded SCSS/Spectrum.scss > development/spectrum-testing.css",
|
|
"snippet": "sass SCSS/snippets:snippets"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Braweria/Spectrum.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Braweria/Spectrum/issues"
|
|
},
|
|
"dependencies": {
|
|
"node-sass": "^5.0.0",
|
|
"prettier": "^2.2.1"
|
|
}
|
|
}
|