Files
tribes-plugin-aether/manifest.json

18 lines
417 B
JSON

{
"name": "aether",
"version": "0.1.0",
"description": "TODO: Describe what this plugin does",
"entry_module": "Tribes.Plugins.Aether.Plugin",
"host_api": "1",
"otp_app": "aether",
"provides": ["timeline_ui@1"],
"requires": ["ecto@1", "phoenix@1"],
"enhances_with": [],
"assets": {
"global_js": ["aether.js"],
"global_css": ["aether.css"]
},
"migrations": false,
"children": false
}