-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
26 lines (26 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "react-native-smart-timer-enhance",
"version": "1.0.3",
"description": " A TimerEnhance for React Native app (es6) which replaced TimerMixin (es5) provides timer functions for executing code in the future that are safely cleaned up when the component unmounts",
"main": "TimerEnhance.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-component/react-native-smart-timer-enhance.git"
},
"keywords": [
"react-native",
"smart",
"timer",
"enhance",
"component"
],
"author": "HISAME SHIZUMARU",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-component/react-native-smart-timer-enhance/issues"
},
"homepage": "https://github.com/react-native-component/react-native-smart-timer-enhance#readme"
}