urban-dictionary/package.json
2023-12-28 14:53:00 -05:00

34 lines
810 B
JSON

{
"name": "urban-dictionary",
"version": "3.0.2",
"description": "Simple Node.js module that provides easy methods of obtaining urbandictionary.com definitions.",
"main": "urban-dictionary.js",
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NightfallAlicorn/urban-dictionary.git"
},
"keywords": [
"urban",
"dictionary",
"node",
"nodejs",
"node.js",
"nightfallalicorn"
],
"author": "NightfallAlicorn",
"license": "MIT",
"bugs": {
"url": "https://github.com/NightfallAlicorn/urban-dictionary/issues"
},
"homepage": "https://github.com/NightfallAlicorn/urban-dictionary#readme",
"engines": {
"node": ">=14.15.1"
},
"files": [
"example.js",
"urban-dictionary.js"
]
}