{ "name": "react-native-cli", "version": "0.1.4", "description": "The ReactNative cli tools", "main": "index.js", "scripts": { "test": "mocha" }, "bin": { "react-native": "index.js" }, "dependencies": { "chalk": "^1.1.1", "prompt": "^0.2.14", "semver": "^5.0.3" } }