-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 722 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-native-async-task",
"version": "1.1.0",
"description": "Schedule Async tasks(OneTime or Repeated) in React Native that run your JavaScript when your app is in the background.",
"main": "index.js",
"repository": "https://github.com/akki-ng/react-native-async-task",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"document": "documentation readme --readme-file README.md -s \"API\" -g"
},
"keywords": [
"background-job",
"react-native",
"async-task",
"async-job",
"onetime job",
"repeated job"
],
"author": "Akshay Sharma <akshay.sharma@neogrowth.in>",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.36.0"
}
}