14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^3.8.2"
|
|
}
|
|
}
|