billboard
Version:
Put a little signage around your message.
31 lines (30 loc) • 650 B
JSON
{
"name": "billboard",
"version": "1.0.0",
"description": "Put a little signage around your message.",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AutoConX/billboard.git"
},
"keywords": [
"autoconx",
"yeoman",
"consolelog"
],
"author": "AutoConX (http://www.autoconx.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoConX/billboard/issues"
},
"homepage": "https://github.com/AutoConX/billboard",
"dependencies": {
"text-repeater": "^1.0.1"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}