-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 920 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
{
"name": "coldark-gtksourceview",
"description": "A blue-grey theme with light & dark versions for GTKSourceView-based text editors.",
"version": "1.0.3",
"author": {
"name": "ArmandPhilippot",
"url": "https://www.armandphilippot.com"
},
"license": "lgpl-2.1",
"icon": "assets/logo.png",
"keywords": [
"Coldark",
"theme"
],
"homepage": "https://github.com/ArmandPhilippot/coldark-gtksourceview#readme",
"repository": {
"type": "git",
"url": "https://github.com/ArmandPhilippot/coldark-gtksourceview"
},
"bugs": {
"url": "https://github.com/ArmandPhilippot/coldark-gtksourceview/issues"
},
"scripts": {
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"auto-changelog": {
"template": "keepachangelog",
"remote": "github",
"commitLimit": false,
"releaseSummary": true
},
"dependencies": {
"auto-changelog": "^2.2.1"
}
}