UNPKG

flot-smithchart-plugin

Version:

A flot plugin to create a smith charts

53 lines (52 loc) 1.84 kB
{ "name": "flot-smithchart-plugin", "version": "1.8.0", "description": "A flot plugin to create a smith charts", "main": "dist/es5/jquery.flot.smithchart.js", "scripts": { "karma": "node node_modules/karma/bin/karma start --browsers=Chrome", "test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --stopOnEsLintError", "build": "node ./node_modules/gulp/bin/gulp.js build", "post-build-test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError --post-build", "coverage": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --coverage --browsers=Chrome" }, "repository": { "type": "git", "url": "git+github.com/ni-kismet/flot-smithchart-plugin.git" }, "keywords": [ "flot", "smith", "smithchart" ], "author": "Michelle Lohn", "bugs": { "url": "https://github.com/ni-kismet/flot-smithchart-plugin/issues" }, "homepage": "https://github.com/ni-kismet/flot-smithchart-plugin#readme", "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "flot": "^4.1.0", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-concat": "^2.6.1", "gulp-sourcemaps": "^2.6.5", "gulp-uglify": "^3.0.2", "jasmine-core": "^2.6.0", "jquery": "^3.1.0", "karma": "^4.1.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-coveralls": "^2.1.0", "karma-edge-launcher": "^0.4.2", "karma-eslint": "^2.2.0", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^1.0.2", "karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-jquery": "^0.1.1", "karma-safari-launcher": "^1.0.0", "karma-spec-reporter": "0.0.31", "webcharts-development-settings": "^1.0.9" } }