compass-web/v2.5/target/bower_components/angular-spinner/bower.json
Ming He 6e01037e55 fix gitignroe so bower_components are included in target folder
Change-Id: I97a6ec0d4584b821970bc0fbedf3c9b898773688
2015-12-21 10:19:15 -08:00

23 lines
494 B
JSON

{
"name": "angular-spinner",
"version": "0.6.2",
"description": "Angular directive to show an animated spinner (using spin.js)",
"main": "./angular-spinner.js",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "https://github.com/urish/angular-spinner",
"ignore": [
],
"dependencies": {
"angular": "~1.x",
"spin.js": "~2.0.0"
},
"devDependencies": {
"angular-mocks": "~1.x"
},
"repository": {
"type": "git",
"url": "git://github.com/urish/angular-spinner.git"
}
}