bot-discord.js-template/node_modules/require-all/package.json

26 lines
649 B
JSON
Raw Normal View History

2022-04-10 19:39:54 +02:00
{
"name": "require-all",
"description": "An easy way to require all files within a directory.",
"version": "3.0.0",
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Prince Obiechine Onyenike <leewaygroups@gmail.com>",
"Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"
],
"license": "MIT",
"repository": "felixge/node-require-all",
"files": [
"Changes.md",
"LICENSE",
"index.js",
"Readme.md"
],
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "node test/test.js"
}
}