{
  "name": "rn-web-cli",
  "version": "1.0.1",
  "description": "React Native for Web",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "build": "npm run build:dev && babel src --out-dir ./lib"
  },
  "bin": {
    "rn-web": "./bin/react-native-on-web.js"
  },
  "keywords": [
    "react-native",
    "react-native-web",
    "react-native-for-web",
    "react-native-on-web"
  ],
  "repository": {
    "type": "git",
    "url": "git@git.lsfash.cn:f2e/react-native-on-web.git"
  },
  "author": "beven",
  "license": "MIT",
  "devDependencies": {
    "npm-publish-bin": "^1.0.0"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "fs-extra": "^2.1.2",
    "npm-shell": "^1.0.2"
  }
}
