jspreadsheet-ce-no-init-focus
Version:
Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "jspreadsheet-ce-no-init-focus",
"title": "The Javascript Spreadsheet",
"description": "Jspreadsheet is a lightweight, vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel, Google Spreadsheets and any other spreadsheet software.",
"repository": {
"type": "git",
"url": "git+https://github.com/jspreadsheet/ce.git"
},
"author": "3118425858@qq.com",
"keywords": [
"spreadsheet",
"online spreadsheet",
"jspreadsheet",
"jexcel",
"tables",
"table",
"excel",
"grid",
"grid-editor",
"data-table",
"data-grid",
"data-spreadsheet"
],
"dependencies": {
"jsuites": "^4.9.19",
"@jspreadsheet/formula": "^1.1.0"
},
"devDependencies": {
"chai": "^4.3.4",
"faker": "^5.5.3",
"mocha": "^8.4.0"
},
"main": "dist/index.js",
"version": "0.0.3",
"bugs": {
"url": "https://github.com/jspreadsheet/ce/issues"
},
"homepage": "https://github.com/jspreadsheet/ce",
"download": "https://github.com/jspreadsheet/ce/archive/master.zip",
"scripts": {
"test": "mocha --exit tests/**/*.test.js"
},
"license": "ISC"
}