UNPKG

@froalacharts/datatable

Version:

In memory tabular data storage

48 lines (47 loc) 1.16 kB
{ "name": "@froalacharts/datatable", "version": "1.0.0", "description": "In memory tabular data storage", "main": "src/index.js", "author": "froala", "license": "https://www.ideracorp.com/Legal/Froala/FroalaChartsLicenseAgreement", "homepage": "https://www.froala.com/", "bugs": { "url": "https://froala.com/contact/" }, "scripts": { "test": "jest", "build": "webpack-cli", "watch": "webpack-cli --watch", "prepublishOnly": "../../ci/prepublish/build ./", "postpublish": "rm -rf ./src && mv ./_src ./src" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/fusioncharts/fc-datatable.git" }, "keywords": [ "froalacharts", "charts", "dataviz", "graphs", "visualization", "js-charts", "javascript-charts", "dashboards", "data-stories" ], "dependencies": { "@babel/runtime": "^7.9.2", "@froalacharts/utils": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "terser": "^4.0.2" }, "gitHead": "add6d680d5ade5d52dad675b4c320e1798f0ada9" }