kbc-paths
Version:
Qt standard paths - translate & resolve in node - only partial support
33 lines • 798 B
JSON
{
"name": "kbc-paths",
"version": "0.0.4",
"description": "Qt standard paths - translate & resolve in node - only partial support",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/*",
"posttest": "istanbul cover _mocha test/*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/cortex/node-kbc-paths.git"
},
"keywords": [
"kbc",
"qt paths",
"paths"
],
"author": "Ján Dráb <jan+npm@drab.name>",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/cortex/node-kbc-paths/issues"
},
"homepage": "https://gitlab.com/cortex/node-kbc-paths#readme",
"dependencies": {
"kbc-configuration": "^0.1.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"istanbul": "^0.4.5",
"chai": "^4.2.0"
}
}