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