🎉 Initial upload

This commit is contained in:
liyasthomas
2019-08-21 18:48:20 +05:30
commit 91c08a5e63
26 changed files with 1421 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "Banner",
"repository": {
"type": "git",
"url": "https://github.com/liyasthomas/banner.git"
},
"description": "A simple and clean banner generator",
"author": "liyasthomas",
"version": "0.1.9",
"devDependencies": {
"jshint": "^2.10.2"
},
"scripts": {
"test": "jshint travis.js"
}
}