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

`require-json` is a tiny Node.js module that registers a require handler so JSON files can be loaded with the standard `require()` syntax (e.g., `var cfg = require('./config.json');`). It’s aimed at developers who want a simple, drop‑in way to import configuration or data files as JSON without using `fs` or parsing manually.

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

olalonde's profile
olalonde
3 contributions

Recent events

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

No events yet
olalonde

olalonde/require-json

require('require-json') lets you load JSON files using require syntax. For example: var config = require('./config.json');

JavaScript
0
0
BSD 3-Clause "New" or "Revised" License