Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jamesmgreene

jamesmgreene/grunt-loadnpmtasks

A Node module (not a Grunt task itself) to help in loading NPM-based tasks without requiring a "package.json" file next to every Gruntfile. To be used as an alternative to `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks`.

JavaScript
3
1
MIT License
JamesMGreene's profile
JamesMGreene
9 contributions

grunt‑loadNpmTasks is a small Node helper library that lets you load Grunt plugins installed via npm without needing a package.json beside each Gruntfile. It provides a drop‑in replacement (or a method to monkey‑patch) for `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks`, making it easier to manage plugin loading in large, hierarchical codebases. It’s aimed at developers who maintain complex Grunt configurations and want to avoid repetitive package‑metadata scaffolding.

Support the dependencies of jamesmgreene/grunt-loadnpmtasks

Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
caolan/nodeunit
Easy unit testing for node.js and the browser.