UNPKG

@grptx/node-redmine

Version:

node-redmine is a nodejs library which supports 100% features of Redmine's REST API.

16 lines (14 loc) 219 B
module.exports = { options: { globals: { reporter: require('jshint-stylish'), jshintrc: true, force: true } }, all: [ 'lib/**/*.js', 'example/**/*.js', 'test/**/*.js' ] }