hoppscotch/package.json
2019-08-21 18:48:20 +05:30

17 lines
310 B
JSON

{
"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"
}
}