-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 792 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "customizable-cinnamon",
"version": "1.0.0",
"description": "Customizable theme for the Cinnamon Desktop Environment",
"repository": "https://github.com/kryops/customizable-cinnamon-theme.git",
"scripts": {
"link": "ln -s -r -t ~/.themes ./Customizable-Cinnamon",
"build": "sass --no-source-map Customizable-Cinnamon/cinnamon/sass/cinnamon.scss Customizable-Cinnamon/cinnamon/cinnamon.css",
"reload": "gsettings set org.cinnamon.theme name default && gsettings set org.cinnamon.theme name Customizable-Cinnamon",
"watch": "watch 'npm run build && npm run reload' Customizable-Cinnamon/cinnamon/sass"
},
"author": "Michael Manzinger <michael@kryops.de>",
"license": "GPL-3.0",
"devDependencies": {
"sass": "^1.57.1",
"watch": "^1.0.1"
}
}