package.json 427 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "name": "react-native-thread",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native"
  ],
  "author": "",
  "license": "",
  "files": [
Travis Nuttall's avatar
Travis Nuttall committed
15
    "android/",
16 17 18 19 20
    "ios/",
    "js/",
    "index.js"
  ],
  "peerDependencies": {
Travis Nuttall's avatar
Travis Nuttall committed
21
    "react-native": ">=0.41.2",
22 23 24
    "react-native-windows": "0.41.0-rc.1"
  }
}