forked from nordtheme/tilix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 893 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
{
"name": "nord-tilix",
"title": "Nord Tilix",
"version": "0.3.0",
"description": "An arctic, north-bluish clean and elegant Tilix color scheme.",
"author": {
"name": "Arctic Ice Studio",
"email": "[email protected]",
"url": "http://arcticicestudio.com"
},
"homepage": "https://github.com/arcticicestudio/nord-tilix",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/nord-tilix.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/nord-tilix/issues"
},
"license" : "(MIT AND CC-BY-SA-4.0)",
"keywords": [
"nord",
"arctic",
"north",
"bluish",
"clean",
"elegant",
"tilix",
"color",
"scheme"
],
"devDependencies": {
"eslint": "3.15.0",
"eslint-plugin-json": "1.2.0",
"gulp": "3.9.1",
"gulp-help": "1.6.1",
"gulp-eslint": "3.0.1"
}
}