-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 990 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
42
43
44
{
"name": "themex",
"version": "1.0.0",
"description": "The ultimate universal syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors",
"bin": {
"themex": "build/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karyfoundation/themeX.git"
},
"keywords": [
"Color",
"Themes",
"Syntax",
"Themes",
"Color",
"Schemes",
"Visual",
"Studio",
"Code",
"Code",
"Atom",
"Sublime",
"Kary",
"Foundation"
],
"author": "pmkary",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pmkary/themeX/issues"
},
"homepage": "https://github.com/pmkary/themeX#readme",
"dependencies": {
"colors": "^1.1.2",
"fs-extra": "^0.30.0",
"js-yaml": "^3.6.1",
"jsen": "^0.6.1",
"window-size": "^0.2.0"
}
}