-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "sober-browser-themes",
"version": "2.0.0",
"description": "Sober browser themes, with multiple colors to recognize your profiles at a glance",
"private": true,
"scripts": {
"build": "node index.js",
"sreens": "node lib/screenshots/takeAndResizeScreenshots.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quilicicf/sober-browser-themes.git"
},
"keywords": [
"firefox",
"chrome",
"theme",
"sober",
"profiles"
],
"author": "quilicicf <quilicicf@gmail.com> (https://github.com/quilicicf)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/quilicicf/sober-browser-themes/issues"
},
"homepage": "https://github.com/quilicicf/sober-browser-themes",
"devDependencies": {
"buffer-replace": "1.0.0",
"color": "3.1.2",
"lodash": "4.17.15",
"pn": "1.1.0",
"sharp": "0.23.0",
"svg2png": "4.1.1",
"zip-dir": "1.0.2"
}
}