@teamthunderfoot/counter-animation
Version:
Counter Animation package
36 lines (35 loc) • 834 B
JSON
{
"name": "@teamthunderfoot/counter-animation",
"version": "0.0.4",
"description": "Counter Animation package",
"main": "",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-thunderfoot/counter-animation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-thunderfoot/counter-animation/issues"
},
"homepage": "https://github.com/team-thunderfoot/counter-animation#readme",
"devDependencies": {
"babel-loader": "^8.2.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@teamthunderfoot/breakpoints": "^0.0.6",
"gsap": "^3.12.1"
},
"keywords": [
"counter",
"countdown",
"animation"
]
}