{
  "name": "cy-table",
  "version": "0.1.0",
  "homepage": "https://github.com/creeperyang/cyTable",
  "authors": [
    "creeperyang <yangcreeper@hotmail.com>"
  ],
  "description": "Table direcitve for Angular.",
  "main": [
    "./dist/cy-table.js",
    "./dist/cy-table.css"
  ],
  "keywords": [
    "table direcitve",
    "cy-table",
    "table",
    "angular direcitve",
    "angular plugin"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "demo",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "^1.3.6"
  },
  "devDependencies": {
    "angular-bootstrap": "~0.13.3",
    "bootstrap-sass-official": "~3.3.5",
    "angular-mocks": "~1.4.4"
  }
}
