LookAtMySuitBot/js/node_modules/ul/package.json

52 lines
980 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"name": "ul",
"version": "5.2.15",
"description": "A minimalist utility library.",
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/node-ul.git"
},
"keywords": [
"util",
"nodejs",
"minimalist"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-ul/issues"
},
"homepage": "https://github.com/IonicaBizau/node-ul",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"deffy": "^2.2.2",
"typpy": "^2.3.4"
},
"devDependencies": {
"is-there": "^4.3.3",
"tester": "^1.3.5"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}