{ | |
"name": "angular-chart.js", | |
"version": "0.8.8", | |
"main": [ | |
"./dist/angular-chart.js", | |
"./dist/angular-chart.css" | |
], | |
"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": "~1.0.1" | |
}, | |
"devDependencies": { | |
"Chart.StackedBar.js": "~1.0.1", | |
"angular-bootstrap": "~0.11.0", | |
"angular-mocks": "1.x", | |
"font-awesome": "~4.1.0", | |
"rainbow": "~1.1.9", | |
"requirejs": "~2.1.20" | |
}, | |
"resolutions": { | |
"Chart.js": "~1.0.1", | |
"angular": "1.x", | |
"angular-mocks": "1.3.10" | |
}, | |
"homepage": "https://github.com/jtblin/angular-chart.js", | |
"_release": "0.8.8", | |
"_resolution": { | |
"type": "version", | |
"tag": "0.8.8", | |
"commit": "25739e972b519676fed7e0bd4c9d1ec6b8bb92f0" | |
}, | |
"_source": "git://github.com/jtblin/angular-chart.js.git", | |
"_target": "~0.8.7", | |
"_originalSource": "angular-chart.js" | |
} |