vudash-widget-ci
Version:
A CI Widget for Vudash
51 lines (50 loc) • 1.03 kB
JSON
{
"name": "vudash-widget-ci",
"version": "9.9.0",
"description": "A CI Widget for Vudash",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/vudash/vudash"
},
"keywords": [
"vudash",
"travis",
"travis-ci",
"travisci",
"widget",
"dashboard",
"dashing",
"build"
],
"vudash": {
"component": "./src/client/markup.html"
},
"author": "Antony Jones",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.6",
"circleci": "^0.3.2",
"hoek": "^4.1.0",
"joi": "^9.2.0",
"moment": "^2.22.0",
"travis-ci": "^2.1.1"
},
"standard": {
"globals": [
"describe",
"context",
"it",
"before",
"after",
"beforeEach",
"afterEach"
]
},
"gitHead": "bea1def76b5d56daeb925728c77f63cbee793d55"
}