This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

25 lines
611 B
JSON

{
"name": "react-timer-mixin",
"description": "TimerMixin provides timer functions for executing code in the future that are safely cleaned up when the component unmounts",
"version": "0.13.4",
"keywords": [
"react",
"timer",
"mixin"
],
"bugs": "https://github.com/reactjs/react-timer-mixin/issues",
"license": "MIT",
"main": "TimerMixin.js",
"repository": {
"type": "git",
"url": "https://github.com/reactjs/react-timer-mixin.git"
},
"devDependencies": {
"eslint": "0.9.2",
"jest-cli": "^0.2.1"
},
"scripts": {
"test": "./node_modules/.bin/jest"
}
}