UNPKG

angular-progress-arc

Version:

AngularJS directive for displaying a circular progress meter.

38 lines (37 loc) 900 B
{ "name": "angular-progress-arc", "version": "1.0.0", "description": "AngularJS directive for displaying a circular progress meter.", "main": "angular-progress-arc.js", "directories": { "example": "example" }, "repository": { "type": "git", "url": "git://github.com/mathewbyrne/angular-progress-arc.git" }, "keywords": [ "angularjs", "directive", "progress", "svg" ], "author": { "name": "Mathew Byrne", "email": "mathewbyrne@gmail.com", "url": "http://mathewbyrne.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/mathewbyrne/angular-progress-arc/issues" }, "homepage": "http://mathewbyrne.github.io/angular-progress-arc/", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-jshint": "~0.10.0" }, "dependencies": { "angular": ">=1.2.19" } }