culturedtext
Version:
Give your text some culture
27 lines (26 loc) • 609 B
JSON
{
"name": "culturedtext",
"version": "1.2.0",
"description": "Give your text some culture",
"main": "index.js",
"scripts": {
"test": "node test.js",
"lint": "node_modules/.bin/standard index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/BobyMCbobs/culturedtext.git"
},
"keywords": [
"Meme"
],
"author": "Caleb Woodbine",
"license": "GPL-3.0",
"bugs": {
"url": "https://gitlab.com/BobyMCbobs/culturedtext/issues"
},
"homepage": "https://gitlab.com/BobyMCbobs/culturedtext#README",
"dependencies": {
"standard": "^12.0.1"
}
}