{
  "name": "react-native-static-server",
  "version": "0.5.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futurepress/react-native-static-server.git",
    "baseUrl": "https://github.com/futurepress/react-native-static-server"
  },
  "homepage": "https://github.com/futurepress/react-native-static-server",
  "title": "React Native Static Server",
  "description": "HTTP static file server for React Native",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native"
  ],
  "author": {
    "name": "Fred Chasen",
    "email": "fchasen@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "files": [
    "android",
    "ios",
    "index.js",
    "react-native-static-server.podspec"
  ]
}
