forked from joltup/react-native-threads
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-hamsters",
"author": "Austin K Smith",
"license": "Artistic License 2.0",
"version": "1.0.10",
"homepage": "https://www.hamsters.io/",
"description": "Worker threads implementation for use within ReactNative & Hamsters.js, allowing you to make use of the multithreading and parallel processing in your ReactNative application.",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:austinksmith/react-native-hamsters.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"multithreading",
"multithreading library",
"multithreaded processing",
"concurrency",
"concurrent processing",
"parallel",
"parallel processing",
"parallelism",
"worker",
"web worker",
"worker threads",
"threads",
"threading",
"task running",
"mpi",
"message passing interface",
"hpc",
"high performance computing",
"serverless",
"serverless compute",
"serverless computing",
"multiprocess",
"cluster"
],
"files": [
"android/",
"ios/",
"js/",
"index.js"
],
"peerDependencies": {
"react-native": ">=0.50.0"
}
}