Files

43 lines
904 B
JSON

{
"name": "angular-busy",
"filename": "angular-busy.min.js",
"description": "Show busy/loading indicators on any $http or $resource request, or on any promise",
"version": "4.1.0",
"files": [
"dist/angular-busy.js",
"dist/angular-busy.min.js",
"dist/angular-busy.css",
"dist/angular-busy.min.css"
],
"homepage": "https://github.com/cgross/angular-busy",
"author": {
"name": "Chris Gross",
"email": "schtoo@schtoo.com"
},
"repository": {
"type": "git",
"url": "git://github.com/cgross/angular-busy.git"
},
"licenses": [
{
"url": "https://github.com/cgross/angular-busy/blob/master/LICENSE"
}
],
"dependencies": {},
"keywords": [
"angularjs",
"busy",
"indicator"
],
"npmName": "angular-busy",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js",
"*.css"
]
}
]
}