-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
89 lines (89 loc) · 2.32 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "flattiance",
"version": "1.3.3",
"description": "A semi-flat fork of the Ubuntu Ambiance theme.",
"main": "lib/index.js",
"scripts": {
"postinstall": "npm run postinstall:create-themes-dir && npm run postinstall:copy-theme && npm run postinstall:start-unity-tweak-tool",
"postinstall:create-themes-dir": "mkdir -p $HOME/.themes",
"postinstall:copy-theme": "cp -r Flattiance $HOME/.themes",
"postinstall:start-unity-tweak-tool": "if type unity-tweak-tool > /dev/null; then unity-tweak-tool -a; else echo 'Please, install unity-tweak-tool and manually activate Flattiance theme'; fi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/Flattiance.git"
},
"keywords": [
"flattiance",
"ambiance",
"flat",
"theme",
"ubuntu"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/Flattiance/issues"
},
"homepage": "https://github.com/IonicaBizau/Flattiance#readme",
"blah": {
"title": "Flattiance",
"description": [
{
"h2": "Installation"
},
{
"h3": "Via `npm`"
},
{
"code": {
"language": "sh",
"content": "npm install --global flattiance"
}
},
{
"p": "That's it. Skip to [Getting Started](#getting-started)"
},
{
"h4": "Manual"
},
{
"ol": [
"Clone this repo: `git clone https://github.com/IonicaBizau/Flattiance.git`",
[
"Copy the `Flattiance` sub-directory into `/usr/share/themes/` (for all users): `[sudo] cp -r Flattiance/Flattiance /usr/share/themes`",
"Or copy to `$HOME/.themes` (for local user): `cp -r Flattiance/Flattiance $HOME/.themes`"
]
]
},
{
"h2": "Getting Started"
},
{
"p": "Activate the theme via `unity-tweak-tool`:"
},
{
"ul": [
"Click `Theme`",
"Select `Flattiance`"
]
}
],
"ex_img": "http://i.imgur.com/rt7GEIL.png"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}