1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-04-10 23:19:14 +00:00
senpy/senpy/plugins/rand/rand.senpy
2015-06-18 17:53:15 +02:00

19 lines
450 B
Plaintext

{
"name": "rand",
"module": "rand",
"description": "What my plugin broadly does",
"author": "@balkian",
"version": "0.1",
"extra_params": {
"language": {
"@id": "lang_rand",
"aliases": ["language", "l"],
"required": false,
"options": ["es", "en", "auto"]
}
},
"requirements": {},
"marl:maxPolarityValue": "1",
"marl:minPolarityValue": "-1"
}