api-client/package.json

17 lines
310 B
JSON
Raw Normal View History

2019-08-21 13:18:20 +00:00
{
"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"
}
}