bower.json
702 Bytes
{
"name": "ngHandsontable",
"dependencies": {
"angular": "~1.4",
"handsontable": "~0.24.0"
},
"homepage": "https://github.com/handsontable/ngHandsontable",
"authors": [
"Handsoncode",
"Handsoncode <hello@handsontable.com>"
],
"description": "AngularJS directive for Handsontable",
"main": "dist/ngHandsontable.js",
"keywords": [
"angular",
"angularjs",
"handsontable",
"datagrid",
"grid",
"table"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"demo",
"node_modules",
"src",
"test",
"tests"
],
"devDependencies": {
"angular-ui-router": "~0.2.15"
}
}