{ "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": { "prompt": "^0.2.14" } }