2018-01-20 18:48:27 +01:00
|
|
|
{
|
|
|
|
"info": {
|
|
|
|
"name": "Example Plugin 2",
|
|
|
|
"authors": ["Jiiks"],
|
|
|
|
"version": 1.0,
|
|
|
|
"description": "Example Plugin 2 Description"
|
|
|
|
},
|
2018-02-13 16:54:53 +01:00
|
|
|
"main": "index.js",
|
2018-02-14 18:55:10 +01:00
|
|
|
"type": "plugin",
|
2018-01-25 13:50:07 +01:00
|
|
|
"defaultConfig": []
|
2018-01-20 18:48:27 +01:00
|
|
|
}
|