2014-08-01 22:48:50 +02:00
|
|
|
{
|
|
|
|
"name": "angular-loading-bar",
|
2016-08-09 15:32:12 +02:00
|
|
|
"version": "0.9.0",
|
2014-08-01 22:48:50 +02:00
|
|
|
"description": "An automatic loading bar for AngularJS",
|
2015-08-30 19:52:32 +02:00
|
|
|
"main": "index.js",
|
2016-08-09 15:32:12 +02:00
|
|
|
"style": "build/loading-bar.css",
|
2014-08-01 22:48:50 +02:00
|
|
|
"directories": {
|
|
|
|
"example": "example",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/chieffancypants/angular-loading-bar.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"angular",
|
|
|
|
"angularjs",
|
|
|
|
"loading",
|
|
|
|
"loadingbar",
|
|
|
|
"progress",
|
|
|
|
"progressbar"
|
|
|
|
],
|
|
|
|
"author": "Wes Cruver",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/chieffancypants/angular-loading-bar/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://chieffancypants.github.io/angular-loading-bar",
|
|
|
|
"devDependencies": {
|
2015-08-30 19:52:32 +02:00
|
|
|
"karma-jasmine": "^0.1.3",
|
|
|
|
"karma-coffee-preprocessor": "^0.2.0",
|
|
|
|
"karma-phantomjs-launcher": "^0.1.0",
|
|
|
|
"karma": "~0.12.0",
|
|
|
|
"karma-coverage": "^0.1.0",
|
2014-08-01 22:48:50 +02:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-contrib-jshint": "~0.6.4",
|
2015-08-30 19:52:32 +02:00
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
|
|
|
"grunt-contrib-cssmin": "~0.12.0",
|
|
|
|
"grunt-karma": "~0.11.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.0"
|
2014-08-01 22:48:50 +02:00
|
|
|
}
|
|
|
|
}
|