UNPKG

flot-thumb-plugin

Version:

Thumb for flot-cursor-plugin and flot-axishandle-plugin

52 lines (51 loc) 1.78 kB
{ "name": "flot-thumb-plugin", "version": "1.1.0", "description": "Thumb for flot-cursor-plugin and flot-axishandle-plugin", "main": "dist/es5/jquery.thumb.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", "post-build-test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError --post-build" }, "repository": { "type": "git", "url": "git+github.com/ni-kismet/flot-thumb-plugin.git" }, "keywords": [ "flot", "thumb", "cursors", "axis handle" ], "author": "Enyao Gu", "license": "MIT", "bugs": { "url": "https://github.com/ni-kismet/flot-thumb-plugin/issues" }, "homepage": "https://github.com/ni-kismet/flot-thumb-plugin#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0", "concat": "^1.0.3", "gulp": "^4.0.0", "gulp-notify": "^0.0.8", "jasmine-core": "^2.5.2", "jquery": "^3.3.1", "karma": "^3.1.1", "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.9" } }