UNPKG

@icircle/ngprogress

Version:

slim, site-wide progressbar for AngularJS

38 lines (37 loc) 927 B
{ "name": "@icircle/ngprogress", "version": "1.1.3", "description": "slim, site-wide progressbar for AngularJS", "main": "build/ngprogress.js", "repository": { "type": "git", "url": "git://github.com/UIPlatform/ngProgress.git" }, "keywords": [ "angular", "ng-progress", "ngProgress", "angular", "progress", "bar" ], "author": "Raghavendra K R", "license": "MIT", "readmeFilename": "readme.md", "url": "https://github.com/UIPlatform/ngProgress", "bugs": { "url": "https://github.com/UIPlatform/ngProgress/issues" }, "devDependencies": { "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-uglify": "~0.2.2", "grunt-karma": "~0.7.0", "karma": "~0.12", "karma-jasmine": "~0.1", "karma-phantomjs-launcher": "^0.1.4" }, "scripts": { "test": "./node_modules/karma/bin/karma start --single-run" } }