ni-webcharts-legends
Version:
legends for webcharts
67 lines (66 loc) • 2.24 kB
JSON
{
"name": "ni-webcharts-legends",
"version": "3.0.10",
"description": "legends for webcharts",
"main": "./dist/es5-minified/webcharts-legends.min.js",
"scripts": {
"docs": "node ./update_docs.js",
"test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError",
"test-manual": "node node_modules/karma/bin/karma start --no-single-run --stopOnEsLintError --omitDefaultBrowsers",
"coverage": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --coverage --browsers=ChromeHeadlessNoSandbox",
"build": "node ./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ni-kismet/webcharts-legends.git"
},
"keywords": [
"legend",
"graph",
"chart",
"intensity",
"graph"
],
"author": "National Instruments Corporation",
"license": "https://www.ni.com/legal/license/",
"bugs": {
"url": "https://github.com/ni-kismet/webcharts-legends/issues"
},
"homepage": "https://github.com/ni-kismet/webcharts-legends#readme",
"devDependencies": {
"@babel/preset-env": "^7.8.3",
"babel-cli": "^6.14.0",
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-polyfill": "^6.26.0",
"gulp-uglify-es": "^1.0.1",
"jasmine-core": "^2.99.1",
"jquery": "^3.1.1",
"jquery-simulate": "^1.0.2",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-edge-launcher": "^0.4.2",
"karma-eslint": "^2.2.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-jasmine-spec-tags": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.30",
"ljs": "^0.3.2",
"ni-data-types": "^2.0.0",
"ni-webcharts": "^9.11.1",
"puppeteer": "^3.1.0",
"webcharts-development-settings": "2.0.0"
},
"dependencies": {
"@ni-kismet/jqx-element": "^4.0.0",
"@ni-kismet/jqx-elements": "^16.1.8"
},
"peerDependencies": {
"ni-webcharts": "^9.9.11"
}
}