angular-theme-spinner
Version:
angular-theme-spinner used to tell people the data is loading
40 lines (39 loc) • 808 B
JSON
{
"name": "angular-theme-spinner",
"version": "1.2.3",
"homepage": "https://github.com/leftstick/angular-theme-spinner",
"description": "Simple angular-theme-spinner",
"main": [
"./dist/angular-theme-spinner.js",
"./dist/angular-theme-spinner.min.css",
"./dist/angular-theme-spinner.min.js"
],
"keywords": [
"angular",
"theme",
"spinner"
],
"authors": [
"Howard.Zuo"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"src",
"gulpfile.js"
],
"devDependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"fontawesome": "~4.4.0",
"bootstrap": "~3.3.5",
"angular-strap": "~2.3.1",
"angular-motion": "~0.4.2",
"Hover": "~2.0.2"
}
}