UNPKG

@qogni/dygraphs

Version:

dygraphs is a fast, flexible open source JavaScript charting library.

84 lines (83 loc) 2.18 kB
{ "name": "@qogni/dygraphs", "version": "2.2.6", "description": "dygraphs is a fast, flexible open source JavaScript charting library.", "main": "index.es5", "module": "index", "jsnext:main": "index", "types": "types/index.d.ts", "files": [ "_site", "dist", "index.es5.js", "index.js", "src", "src-es5", "types" ], "repository": { "type": "git", "url": "git://github.com/Qogni/dygraphs.git" }, "keywords": [ "dygraphs", "javascript", "visualization", "canvas", "chart", "timeseries" ], "author": "Dan Vanderkam (danvdk@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/Qogni/dygraphs/issues" }, "homepage": "https://github.com/Qogni/dygraphs", "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.2", "@babel/plugin-transform-strict-mode": "^7.18.6", "@babel/preset-env": "^7.20.2", "@types/google.visualization": "^0.0.74", "babel-plugin-add-module-exports": "^1.0.4", "browser-pack": "^6.1.0", "browserify": "^17.0.0", "chai": "^3.3.0", "clean-css": "^5.3.1", "clean-css-cli": "^5.6.1", "core-js": "^3.25.1", "coveralls": "^3.1.1", "globals": "^13.17.0", "http-server": "^13.0.2", "istanbul": "^0.4.0", "js-yaml": "^3.14.1", "jshint": "^2.5.10", "lcov-parse": "0.0.9", "mocha": "^5.2.0", "mocha-phantomjs": "^3.6.0", "mocha-phantomjs-istanbul": "0.0.2", "parse-data-uri": "^0.2.0", "phantomjs": "1.9.7-15", "phantomjs-function-bind-polyfill": "^1.0.0", "pre-commit": "^1.0.6", "source-map": "^0.6.1", "tsd": "^0.32.0", "uglify-js": "^3.17.3", "watchify": "^4.0.0" }, "scripts": { "build": "./scripts/build.sh", "build-jsonly": "./scripts/build-js.sh", "clean": "./scripts/clean.sh", "coverage": "./scripts/generate-coverage.sh", "site": "./scripts/run-site.sh", "watch": "./scripts/watch.sh", "test": "./scripts/run-tests.sh", "test-min": "./scripts/run-tests.sh min", "tests-ok": "./scripts/check-no-only.sh", "tests-types": "tsd" }, "pre-commit": [ "tests-ok" ] }