UNPKG

flot-cursors-plugin

Version:
66 lines (65 loc) 1.97 kB
{ "name": "flot-cursors-plugin", "version": "4.0.4", "description": "Cursors for flot charting", "main": "dist/es5/jquery.flot.cursors.js", "scripts": { "test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError", "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+github.com/ni-kismet/flot-cursors-plugin.git" }, "keywords": [ "flot", "cursors" ], "author": "Ciprian Ceteras", "contributors": [ { "name": "Jonathan Meyer" }, { "name": "Raluca Portase" } ], "license": "MIT", "bugs": { "url": "https://github.com/ni-kismet/flot-cursors-plugin/issues" }, "homepage": "https://github.com/ni-kismet/flot-cursors-plugin#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-external-helpers-2": "^6.3.13", "babel-preset-es2015": "^6.14.0", "concat": "^1.0.3", "flot": "^3.0.2", "flot-charting-plugin": "^3.0.2", "flot-thumb-plugin": "^1.1.0", "gulp": "^4.0.0", "gulp-notify": "^0.0.8", "jasmine-core": "^2.5.2", "jquery": "^3.3.1", "jquery-simulate": "^1.0.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.2.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.0.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", "travis-github-lint-status": "^1.0.1", "webcharts-development-settings": "^1.0.8" }, "peerDependencies": { "flot": "^3.0.2", "flot-thumb-plugin": "1.x" } }