angular-tek-progress-bar
Version:
angular-tek-progress-bar is an AngularJS module to create and controls progress bar.
37 lines (36 loc) • 816 B
JSON
{
"name": "angular-tek-progress-bar",
"version": "0.2.0",
"authors": [
"Alexander Strochkov <tek@inbox.ru>"
],
"homepage": "https://github.com/TekVanDo/Angular-Tek-Progress-bar",
"description": "angular-tek-progress-bar is an AngularJS module to create and controls progress bar.",
"main": "dist/tek.progress-bar.min.js",
"keywords": [
"angular",
"progress",
"bar",
"loading",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"angular": "^1.2.21"
},
"devDependencies": {
"angular-mocks": "~1.4.4",
"bootstrap": "~3.3.5",
"angular-strap": "~2.3.1"
},
"repository": {
"type": "git",
"url": "git@github.com:TekVanDo/Angular-Tek-Progress-bar.git"
}
}