UNPKG

1.71 kBJSONView Raw
1{
2 "name": "flot",
3 "version": "3.2.9",
4 "main": "dist/es5/jquery.flot.js",
5 "scripts": {
6 "test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError",
7 "karma": "node node_modules/karma/bin/karma start --no-auto-watch",
8 "coverage": "node node_modules/karma/bin/karma start --single-run --coverage --no-auto-watch --concurrency=1",
9 "build": "node ./node_modules/gulp/bin/gulp.js build",
10 "dont-break": "dont-break --timeout 300",
11 "docs": "node ./update_docs.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/flot/flot.git"
16 },
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/flot/flot/issues"
20 },
21 "homepage": "https://github.com/flot/flot#readme",
22 "devDependencies": {
23 "@babel/cli": "^7.2.3",
24 "@babel/core": "^7.4.0",
25 "@babel/plugin-external-helpers": "^7.2.0",
26 "@babel/preset-env": "^7.2.3",
27 "concat": "^1.0.3",
28 "files-exist": "^1.1.0",
29 "gulp": "^4.0.0",
30 "gulp-babel": "^8.0.0",
31 "gulp-concat": "^2.6.1",
32 "gulp-sourcemaps": "^2.4.0",
33 "gulp-uglify": "^3.0.0",
34 "jasmine-core": "~2.7.0",
35 "karma": "^1.3.0",
36 "karma-chrome-launcher": "^2.0.0",
37 "karma-coverage": "^1.1.2",
38 "karma-coveralls": "^1.1.2",
39 "karma-edge-launcher": "^0.4.2",
40 "karma-eslint": "^2.2.0",
41 "karma-firefox-launcher": "^1.0.0",
42 "karma-jasmine": "^1.0.2",
43 "karma-jasmine-html-reporter": "^0.2.2",
44 "karma-jasmine-jquery": "^0.1.1",
45 "karma-safari-launcher": "^1.0.0",
46 "karma-spec-reporter": "0.0.32",
47 "ljs": "^0.3.2",
48 "tmp": "0.0.33",
49 "webcharts-development-settings": "^1.0.9"
50 },
51 "dependencies": {}
52}