package.json 590 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.15",
4 5
  "description": "",
  "main": "index.js",
6 7 8 9
  "repository": {
    "type": "git",
    "url": "git@github.com:joltup/react-native-threads.git"
  },
10 11 12 13
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
14 15 16 17 18 19
    "react-native",
    "thread",
    "workers",
    "parallelism",
    "concurrency",
    "processing"
20
  ],
Travis Nuttall's avatar
Travis Nuttall committed
21 22
  "author": "Travis Nuttall",
  "license": "MIT",
23
  "files": [
Travis Nuttall's avatar
Travis Nuttall committed
24
    "android/",
25 26 27 28 29
    "ios/",
    "js/",
    "index.js"
  ],
  "peerDependencies": {
30
    "react-native": ">=0.50.0"
31 32
  }
}