vudash-widget-time
Version:
Vudash time widget
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "vudash-widget-time",
"version": "9.9.0",
"description": "Vudash time widget",
"main": "./src/server",
"scripts": {
"test": "NODE_PATH=src:test ../../node_modules/.bin/mocha ../../test/unit.lab.js",
"link": "npm link",
"lint": "../../node_modules/.bin/standard"
},
"keywords": [
"vudash",
"dashboard",
"dashing",
"time",
"alarm",
"cron",
"schedule"
],
"repository": {
"type": "git",
"url": "https://github.com/vudash/vudash"
},
"author": "Antony Jones",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"cron": "^1.3.0",
"hoek": "^4.2.1",
"joi": "^9.2.0",
"moment": "^2.19.1",
"moment-timezone": "^0.5.13"
},
"vudash": {
"component": "./src/client/markup.html"
},
"standard": {
"globals": [
"describe",
"context",
"it",
"before",
"after",
"beforeEach",
"afterEach"
]
},
"gitHead": "bea1def76b5d56daeb925728c77f63cbee793d55"
}