-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 952 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
37
38
39
40
41
{
"name": "TwoDark",
"version": "1.2.4",
"description": "Atom's OneDark inspired theme for Sublime Text",
"author": "Roberto Mauro <erremauro@icloud.com>",
"homepage": "https://github.com/erremauro/TwoDark#readme",
"license": "MIT",
"bugs": "https://github.com/erremauro/TwoDark/issues",
"main": "scripts/build.js",
"scripts": {
"build": "node scripts/build",
"convert-gfx": "node scripts/convert-gfx.js",
"convert-icons": "node scripts/convert-icons.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erremauro/TwoDark.git"
},
"engines": {
"node": ">=14.17.0"
},
"keywords": [
"theme",
"sublime",
"text",
"atom",
"onedark",
"spacegray",
"editor",
"packagecontrol"
],
"dependencies": {
"glob": "^7.1.7",
"sharp": "^0.28.3"
},
"devDependencies": {
"eslint": "^7.27.0",
"prettier": "^2.3.0",
"rear-logger": "^1.0.0"
}
}