ng-morris-js
Version:
Super Easy AngularJS Chart directives for MorrisJS line, bar and donut charts!
81 lines (80 loc) • 1.51 kB
JSON
{
"name": "ng-morris-js",
"version": "0.3.4",
"description": "Super Easy AngularJS Chart directives for MorrisJS line, bar and donut charts!",
"main": "dist/ng-morris-js.min.js",
"authors": [
"Jeff Boothe <jeff.boothe@reurgency.com>"
],
"keywords": [
"Morris",
"MorrisJS",
"Morris",
"Charts",
"Angular",
"AngularJS",
"graphs",
"bar",
"chart",
"line",
"chart",
"donut",
"chart",
"data visualization"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example",
"with-browserify",
"plunk-source",
"Gruntfile.js",
"package.json",
"test",
".DS_Store",
"Thumbs.db",
"ehthumbs.db",
".idea",
".yo-rc.json",
"report",
"coverage",
"build",
"tmp",
"app",
"e2e",
"gulp",
"Gulpfile.js",
"gulp.build.config.js",
".bowerrc",
"logs",
"*.log",
".editorconfig",
".eslintrc",
".jscsrc",
".jshintrc",
"karma.config.js",
"protractor.config.js"
],
"license": "ISC",
"homepage": "http://jboothe.github.io/ngMorrisJs/",
"private": false,
"dependencies": {
"angular": "~1.4.*",
"morris.js": "^0.5.0"
},
"devDependencies": {
"angular-mocks": "~1.4.*",
"angular-bootstrap": "~0.13.3",
"angular-ui-router": "~0.2.10",
"bootstrap": "~3.2.0",
"angular-highlightjs": "^0.5.1"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "*"
}
}
}
}