mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
c4abd5b82a
Summary: Small renaming after https://github.com/facebook/react-native/pull/11464 **Test plan** Ran 'react-native init' and 'react-native -v' inside and outside a RN project. Reviewed By: mkonicek Differential Revision: D4339481 Ninja: OSS only fbshipit-source-id: b23daaee55907761ed0820a707f36ad70d1f1d09
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "react-native-cli",
|
|
"version": "2.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"description": "The React Native CLI tools",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"bin": {
|
|
"react-native": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"minimist": "^1.2.0",
|
|
"prompt": "^0.2.14",
|
|
"semver": "^5.0.3"
|
|
}
|
|
}
|