ember-gestures
Version:
TouchAction and Gesture support for Ember Applications
18 lines (13 loc) • 380 B
JavaScript
module.exports = {
description: 'Install helpful components and the ember-velocity-mixin',
normalizeEntityName: function() {},
// locals: function(options) {
// // Return custom template variables here.
// return {
// foo: options.entity.options.foo
// };
// }
afterInstall: function() {
this.addAddonToProject('ember-velocity-mixin');
}
};