angular-flip-clock
Version:
Port of FlipClock.js to Angular without any dependencies
34 lines (33 loc) • 648 B
JSON
{
"name": "angular-flip-clock",
"version": "0.4.0",
"homepage": "https://github.com/dmytroyarmak/angular-flip-clock",
"authors": [
"Dmytro Yarmak <dmytroyarmak@gmail.com>"
],
"description": "Port of FlipClock.js to Angular without any dependencies",
"main": "dist/angular-flip-clock.tpl.min.js",
"keywords": [
"angular",
"directive",
"flipclock",
"timer",
"time",
"clock",
"watch",
"component",
"countdown",
"timeout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
}
}