mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"name": "react-native-cli",
|
|
"version": "0.1.4",
|
|
"description": "The ReactNative cli tools",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"react-native": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"prompt": "^0.2.14"
|
|
}
|
|
}
|