backbone-esnext-events
Version:
Separates 'events' support from Backbone in addition to adding TyphonJS extensions.
17 lines • 363 B
Plain Text
{
"title": "backbone-esnext-events",
"source": "src",
"destination": "docs",
"access": ["public", "private", "protected"],
"plugins":
[
{ "name": "esdoc-plugin-enhanced-navigation" }
],
"manual": { "changelog": ["./CHANGELOG.md"] },
"test":
{
"type": "mocha",
"source": "test/src",
"includes": [".js$"]
}
}