v-button
Version:
vButton - AngularJS pressable button with a busy indicator
30 lines (29 loc) • 543 B
JSON
{
"name": "v-button",
"description": "vButton - AngularJS pressable button with a busy indicator",
"keywords": [
"AngularJS",
"button",
"ripple",
"busy",
"progress",
"component",
"directive",
"module"
],
"authors": [
"Łukasz Wątroba <l@lukaszwatroba.com>"
],
"main": [
"dist/v-button.js",
"dist/v-button.css"
],
"dependencies": {
"angular": "^1.3.0"
},
"devDependencies": {
"angular-mocks": "^1.3.0",
"angular-scenario": "^1.3.0",
"valitycss": "~0.3.1"
}
}