52 lines
900 B
JSON
52 lines
900 B
JSON
{
|
|
"name": "angular-chart.js",
|
|
"version": "1.0.2",
|
|
"main": [
|
|
"./dist/angular-chart.js"
|
|
],
|
|
"authors": [
|
|
"Jerome Touffe-Blin <jtblin@gmail.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jtblin/angular-chart.js.git"
|
|
},
|
|
"description": "An angular.js wrapper for Chart.js - reactive, responsive, beautiful charts.",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"angular",
|
|
"angular.js",
|
|
"chartjs",
|
|
"chart",
|
|
"reactive",
|
|
"responsive",
|
|
"graph",
|
|
"bar",
|
|
"line",
|
|
"area",
|
|
"donut"
|
|
],
|
|
"license": "BSD",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"examples",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "1.x",
|
|
"chart.js": "npm:chart.js#2.x"
|
|
},
|
|
"overrides" : {
|
|
"chart.js": {
|
|
"main": [
|
|
"dist/Chart.bundle.min.js"
|
|
]
|
|
}
|
|
}
|
|
}
|