Files

15 lines
255 B
JSON

{
"main": "dist/handsontable.full",
"dependencies": {
"css": "*"
},
"shim": {
"dist/handsontable.full": {
"exports": "Handsontable",
"deps": [
"handsontable/handsontable/dist/handsontable.full.css!"
]
}
}
}