UNPKG

qrs-mime

Version:

Add mime types to the Qlik Sense repository.

46 lines (45 loc) 1 kB
{ "name": "qrs-mime", "version": "0.1.15", "description": "Add mime types to the Qlik Sense repository.", "main": "./bin/cli.js", "scripts": { "test": "mocha test" }, "preferGlobal": true, "bin": "./bin/cli.js", "repository": { "type": "git", "url": "https://github.com/stefanwalther/qrs-mime" }, "files": [ "bin/cli.js", "bin/cli-params.js", "config/mime-types.txt" ], "keywords": [ "qlik", "qlik-sense", "qrs", "qlik-sense-repository", "extensions", "visualization-extensions" ], "author": "Stefan Walther", "license": "MIT", "bugs": { "url": "https://github.com/stefanwalther/qrs-mime/issues" }, "homepage": "https://github.com/stefanwalther/qrs-mime", "dependencies": { "clui": "^0.3.1", "colors": "^1.1.2", "command-line-args": "^1.0.2", "lodash": "^3.10.1", "qrs": "^1.0.0" }, "devDependencies": { "gulp": "git://github.com/gulpjs/gulp#4.0", "sense-go": "^0.5.10" } }