react-native-threads
Version:
[](https://www.npmjs.com/package/react-native-threads) [](https://www.npmjs.com/pa
33 lines (32 loc) • 590 B
JSON
{
"name": "react-native-threads",
"version": "0.0.19",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:joltup/react-native-threads.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"thread",
"workers",
"parallelism",
"concurrency",
"processing"
],
"author": "Travis Nuttall",
"license": "MIT",
"files": [
"android/",
"ios/",
"js/",
"index.js"
],
"peerDependencies": {
"react-native": ">=0.50.0"
}
}