2015-03-20 00:46:43 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-cli",
|
2016-03-24 12:30:49 +00:00
|
|
|
"version": "0.2.0",
|
|
|
|
"license": "BSD-3-Clause",
|
2015-10-09 05:44:28 +00:00
|
|
|
"description": "The React Native CLI tools",
|
2015-03-20 00:46:43 +00:00
|
|
|
"main": "index.js",
|
2015-10-09 05:44:28 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2015-11-12 19:07:28 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/facebook/react-native.git"
|
|
|
|
},
|
2015-09-14 14:35:58 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2015-03-20 00:46:43 +00:00
|
|
|
"bin": {
|
|
|
|
"react-native": "index.js"
|
2015-05-15 07:51:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-10-21 19:47:38 +00:00
|
|
|
"chalk": "^1.1.1",
|
2016-03-24 12:30:49 +00:00
|
|
|
"minimist": "^1.2.0",
|
2015-10-21 19:47:38 +00:00
|
|
|
"prompt": "^0.2.14",
|
|
|
|
"semver": "^5.0.3"
|
2015-03-20 00:46:43 +00:00
|
|
|
}
|
|
|
|
}
|