package.json 488 Bytes
Newer Older
1
{
Travis Nuttall's avatar
Travis Nuttall committed
2
  "name": "react-native-threads",
Travis Nuttall's avatar
Travis Nuttall committed
3
  "version": "0.0.13",
4 5 6 7 8 9
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
10 11 12 13 14 15
    "react-native",
    "thread",
    "workers",
    "parallelism",
    "concurrency",
    "processing"
16
  ],
Travis Nuttall's avatar
Travis Nuttall committed
17 18
  "author": "Travis Nuttall",
  "license": "MIT",
19
  "files": [
Travis Nuttall's avatar
Travis Nuttall committed
20
    "android/",
21 22 23 24 25
    "ios/",
    "js/",
    "index.js"
  ],
  "peerDependencies": {
26
    "react-native": ">=0.50.0"
27 28
  }
}