kuzzleio / kuzzle

Open-source Back-end, self-hostable & ready to use - Real-time, storage, advanced search - Web, Apps, Mobile, IoT -
https://kuzzle.io
Apache License 2.0
1.43k stars 123 forks source link

Make package.json mandatory for plugins #915

Closed xbill82 closed 6 years ago

xbill82 commented 7 years ago

Plugin name will be read from the mandatory package.json file. A unicity constraint must be enforced on plugins (only one plugin with a given name can be installed on a Kuzzle instance).

scottinet commented 6 years ago

Done & released > closing this issue