angular-countdown
Version:
Radial countdown timer for Angular
33 lines (32 loc) • 588 B
JSON
{
"name": "angular-countdown",
"version": "1.2.1",
"homepage": "https://github.com/bendrucker/angular-countdown",
"authors": [
"Ben Drucker <bvdrucker@gmail.com>"
],
"description": "Radial countdown timer for Angular",
"main": "./release/angular-countdown.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"angular",
"countdown",
"radial",
"timer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.3.0"
}
}