extinfo
Version:
Small library to fetch meta data from Qlik Sense extensions.
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "extinfo",
"description": "Small library to fetch meta data from Qlik Sense extensions.",
"version": "0.1.6",
"homepage": "https://github.com/stefanwalther/extinfo",
"author": {
"name": "Stefan Walther",
"url": "http://qliksite.io"
},
"repository": {
"sourceType": "git",
"url": "git://github.com/stefanwalther/extinfo.git"
},
"bugs": {
"url": "https://github.com/stefanwalther/extinfo/issues"
},
"license": {
"sourceType": "MIT",
"url": "https://github.com/stefanwalther/extinfo/blob/master/LICENSE"
},
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --timeout 3000"
},
"dependencies": {
"extend-shallow": "^1.1.2",
"glob": "^5.0.0",
"q": "^1.2.0",
"string": "^3.1.1",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "*",
"should": "*",
"verb-cli": "^0.6.2"
},
"keywords": [
"Qlik Sense",
"QlikSense",
"qliksense-extension",
"extension"
],
"files": "index.js"
}