-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 764 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
25
26
27
{
"name": "react-native-bg-thread",
"version": "1.1.1",
"description": "Use this to enable multitthreading in your react-native project, supports both ios and android platforms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publisher": "Blitz Mobile Apps",
"homepage":"https://github.com/Blitz-Mobile-Apps/react-native-bg-thread.git",
"repository": {
"homepage":"https://github.com/Blitz-Mobile-Apps/react-native-bg-thread.git"
},
"keywords": [
"react-native-bg-thread",
"thread",
"react-native",
"react-native multi thread"
],
"author": "alex.evans1230@gmail.com",
"license": "",
"peerDependencies": {
},
"dependencies": {
"react-native": "^0.41.2"
}
}