UNPKG

angular-progress-button

Version:

Brings buttons with built-in progress meters to AngularJS.

40 lines (39 loc) 1.21 kB
{ "name": "angular-progress-button", "version": "0.4.0", "description": "Brings buttons with built-in progress meters to AngularJS.", "main": "src/progress-button.js", "devDependencies": { "grunt": "~1.0.2", "grunt-contrib-cssmin": "~2.2.1", "grunt-contrib-uglify": "~3.3.0", "grunt-karma": "~2.0.0", "grunt-ng-annotate": "~3.0.0", "karma": "^2.0.0", "karma-jasmine": "~1.1.1", "karma-phantomjs-launcher": "1.0.4", "jasmine": "^3.1.0", "jasmine-core": "^3.1.0", "karma-chrome-launcher": "^2.2.0" }, "scripts": { "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS" }, "repository": { "type": "git", "url": "git+https://github.com/FizzBuzz791/angular-progress-button.git" }, "keywords": [ "angular", "angularjs", "progress", "progress-button", "button" ], "author": "FizzBuzz791 <trentwilliamjones@gmail.com> (https://github.com/FizzBuzz791)", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/FizzBuzz791/angular-progress-button/issues" }, "homepage": "https://github.com/FizzBuzz791/angular-progress-button#readme" }