UNPKG

json-table-editor

Version:

JSON table editor is a minimal, yet flexible HTML table editor, where you can attach formatting to each cell and it gives you JSON output.

43 lines (42 loc) 1.11 kB
{ "name": "json-table-editor", "version": "1.1.0", "description": "JSON table editor is a minimal, yet flexible HTML table editor, where you can attach formatting to each cell and it gives you JSON output.", "main": "dist/json-table-editor.min.js", "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/rajatsingla/JSON-table-editor.git" }, "keywords": [ "html", "table", "editor", "JSON", "json-table", "json-table-editor", "editable", "visual-table-editor", "wikimedia" ], "author": "rajat singla", "license": "ISC", "bugs": { "url": "https://github.com/rajatsingla/JSON-table-editor/issues" }, "homepage": "https://github.com/rajatsingla/JSON-table-editor#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-clean": "^0.4.0", "gulp-clean-css": "^3.9.3", "gulp-concat": "^2.6.1", "gulp-order": "^1.1.1", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.0", "gulp-version-filename": "^1.0.2", "jasmine": "^3.1.0", "shelljs": "^0.8.1" } }