mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"name": "awesome-plugins",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of cool plugins made by community of sern",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"generate": "bb scripts/gen-list.clj",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sern-handler/awesome-plugins.git"
|
|
},
|
|
"keywords": [
|
|
"sern",
|
|
"sern-handler",
|
|
"awesome-plugins",
|
|
"awesome"
|
|
],
|
|
"author": "sern",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sern-handler/awesome-plugins/issues"
|
|
},
|
|
"homepage": "https://github.com/sern-handler/awesome-plugins#readme"
|
|
}
|