mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
85b8c6ba23
Summary: Turns out I published 1.1.0 previously by accident and unpublished /ducks Closes https://github.com/facebook/react-native/pull/10684 Differential Revision: D4111999 Pulled By: bestander fbshipit-source-id: a85c8db6e7f48c9e96a649f017d82cbef44c73ae
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "react-native-cli",
|
|
"version": "1.2.0",
|
|
"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"
|
|
}
|
|
}
|