15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"main": "dist/handsontable.full",
|
|
"dependencies": {
|
|
"css": "0.1.0"
|
|
},
|
|
"shim": {
|
|
"dist/handsontable.full": {
|
|
"exports": "Handsontable",
|
|
"deps": [
|
|
"handsontable/handsontable/dist/handsontable.full.css!"
|
|
]
|
|
}
|
|
}
|
|
}
|