You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
15 lines
348 B
JSON
15 lines
348 B
JSON
{
|
|
"name": "supertest",
|
|
"version": "0.1.1",
|
|
"description": "Migration and sync fixture plugin for Tribes supertest scenarios",
|
|
"entry_module": "Tribes.Plugins.Supertest.Plugin",
|
|
"host_api": "1",
|
|
"otp_app": "supertest",
|
|
"provides": [],
|
|
"requires": [],
|
|
"enhances_with": [],
|
|
"assets": {},
|
|
"migrations": true,
|
|
"children": true
|
|
}
|