You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
18 lines
417 B
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
|
|
}
|