.bower.json 1011 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"
  },
  "version": "0.11.0",
  "_release": "0.11.0",
  "_resolution": {
    "type": "version",
    "tag": "0.11.0",
    "commit": "b7b4a9e4feaa99f489e55120c6e262a89ef10291"
  },
  "_source": "https://github.com/handsontable/ngHandsontable.git",
  "_target": "0.11.0",
  "_originalSource": "ngHandsontable"
}