2015-03-20 00:46:43 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-cli",
|
2015-06-08 21:25:48 +00:00
|
|
|
"version": "0.1.4",
|
2015-03-20 00:46:43 +00:00
|
|
|
"description": "The ReactNative cli tools",
|
|
|
|
"main": "index.js",
|
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": {
|
|
|
|
"prompt": "^0.2.14"
|
2015-03-20 00:46:43 +00:00
|
|
|
}
|
|
|
|
}
|