1838510f47
Contains FoxReplace config that augments open stack build logs, making easier to spot errors in them.
36 lines
934 B
JSON
36 lines
934 B
JSON
{
|
|
"name": "coats",
|
|
"version": "1.0.0",
|
|
"description": "Collection of scripts (coats) that improve open-stack developer browsing experience.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"spell": "npm -s run spell-files && npm -s run spell-commit",
|
|
"spell-commit": "git log -1 --pretty=%B > .git/commit.msg && cspell .git/commit.msg",
|
|
"spell-files": "git ls-files | xargs cspell --unique"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ssbarnea/coats.git"
|
|
},
|
|
"keywords": [
|
|
"openstack",
|
|
"ux",
|
|
"web",
|
|
"greasemonkey",
|
|
"tampermonkey",
|
|
"zuul",
|
|
"logs"
|
|
],
|
|
"author": "Sorin Sbarnea",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/ssbarnea/coats/issues"
|
|
},
|
|
"homepage": "https://github.com/ssbarnea/coats#readme",
|
|
"dependencies": {
|
|
"cspell": "^2.1.12",
|
|
"npm": "^6.1.0"
|
|
}
|
|
}
|