blob: 2d9710eb0d773b39a027300a79ff0394091396a5 [file] [log] [blame]
{
"name": "echo-spell",
"description" : "Return just what receive (example)",
"version": "1.0.0",
"main": "index",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"zeppelin-spell": "*"
},
"spell": {
"magic": "%echo",
"usage": "%echo <TEXT>"
}
}