1337
Version:
1337 Converts your text into leet speak
36 lines (35 loc) • 727 B
JSON
{
"name": "1337",
"description": "1337 Converts your text into leet speak",
"version": "1.0.1",
"author": "Diego Rodríguez Baquero",
"bin": {
"l33t": "./bin/l33t"
},
"bugs": {
"url": "https://github.com/DiegoRBaquero/node-1337/issues"
},
"devDependencies": {
"bogota": "^1.1.0",
"standard": "^8.6.0",
"tape": "^4.6.3"
},
"homepage": "https://github.com/DiegoRBaquero/node-1337",
"keywords": [
"1337",
"l33t",
"leet",
"leetspeak",
"speak"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/DiegoRBaquero/node-1337.git"
},
"scripts": {
"pretest": "standard",
"test": "bogota"
}
}