board
Version:
A minimalistic dashboard application.
32 lines (31 loc) • 682 B
JSON
{
"name": "board",
"version": "0.5.1",
"description": "A minimalistic dashboard application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/v0lkan/board.git"
},
"keywords": [
"dashboard",
"dashing",
"monitor",
"monitoring"
],
"author": "Volkan Özçelik",
"license": "MIT",
"bugs": {
"url": "https://github.com/v0lkan/board/issues"
},
"homepage": "https://github.com/v0lkan/board",
"dependencies": {
"board.job": "^0.1.1",
"board.pipe": "^0.2.1",
"board.runner": "^0.3.0",
"board.web": "^0.3.1"
}
}