25 lines
469 B
JSON
25 lines
469 B
JSON
{
|
|
"name": "aseskunk",
|
|
"displayName": "AseSkunk",
|
|
"description": "Various Stuff",
|
|
"version": "0.0",
|
|
"author": {
|
|
"name": "Dani The Skunk",
|
|
"email": "noemail@example.com",
|
|
"url": "https://git.danitheskunk.com/DaniTheSkunk/aseskunk"
|
|
},
|
|
"contributors": [],
|
|
"publisher": "Dani The Skunk",
|
|
"license": "CC0-1.0",
|
|
"categories": [
|
|
"Scripts"
|
|
],
|
|
"contributes": {
|
|
"scripts": [
|
|
{
|
|
"path": "./aseskunk.lua"
|
|
}
|
|
]
|
|
}
|
|
}
|