react-native/react-native-cli/package.json

16 lines
259 B
JSON
Raw Normal View History

{
"name": "react-native-cli",
2015-06-08 21:25:48 +00:00
"version": "0.1.4",
"description": "The ReactNative cli tools",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"react-native": "index.js"
},
"dependencies": {
"prompt": "^0.2.14"
}
}