nanosheets
Version:
A minimal spreadsheet editor
20 lines (19 loc) • 363 B
JSON
{
"name": "nanosheets",
"version": "0.0.19",
"description": "A minimal spreadsheet editor",
"main": "nanosheets.js",
"scripts": {
"start": "npx -y http-server -c-1 -o . ",
"build": "./publish.sh"
},
"keywords": [
"sheets",
"minimal",
"table",
"excel",
"vanillajs"
],
"author": "Renan LE CARO",
"license": "MIT"
}