UNPKG

ngprogress

Version:
39 lines (38 loc) 993 B
{ "name": "ngprogress", "version": "1.1.3", "description": "slim, site-wide progressbar for AngularJS", "main": "build/ngprogress.js", "repository": { "type": "git", "url": "git://github.com/VictorBjelkholm/ngProgress.git" }, "keywords": [ "angular", "ng-progress", "ngProgress", "angular", "progress", "bar" ], "author": "Victor Bjelkholm", "license": "MIT", "readmeFilename": "readme.md", "gitHead": "75f7f7207ee9f13d43c41fc1ef03eb0180268f59", "url": "https://github.com/VictorBjelkholm/ngProgress", "bugs": { "url": "https://github.com/VictorBjelkholm/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" } }