{ | |
"name": "angular-spinner", | |
"version": "0.4.0", | |
"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.0.0 <1.3.0", | |
"spin.js": "~2.0.0" | |
}, | |
"devDependencies": { | |
"angular-mocks": ">=1.0.0 <1.3.0" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/urish/angular-spinner.git" | |
} | |
} |