UNPKG

noflo-runtime-msgflo

Version:

NoFlo runtime for Node.js over AMQP/MQTT etc

11 lines (8 loc) 246 B
module.exports = -> # Project configuration @initConfig pkg: @file.readJSON 'package.json' # Grunt plugins used for testing @loadNpmTasks 'grunt-contrib-watch' @loadNpmTasks 'grunt-shell-spawn' @registerTask 'default', ['test']