gruberb/chartistAngularDirective

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "chartistAngularDirective.js",
  "version": "1.0.9",
  "authors": [
    "gruberbastian@me.com"
  ],
  "description": "Angular directive for Chartist.js",
  "main": "chartistAngularDirective.js",
  "keywords": [
    "chartist.js",
    "angular",
    "directive"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "app/bower_components",
    "example/bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "angular": "~1.3.15",
    "chartist": "^0.7.3",
    "jasmine": "~2.2.1",
    "angular-mocks": "~1.3.15",
    "jquery": "~2.1.3"
  },
  "dependencies": {
    "angular": "~1.3.15",
    "chartist": "^0.7.3"
  },
  "homepage": "https://github.com/gruberb/chartistAngularDirective"
}