12 lines
203 B
JSON
12 lines
203 B
JSON
|
{
|
||
|
"name": "Sphere",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node_modules/react-native/local-cli/cli.js start"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react-native": "=0.19.0"
|
||
|
}
|
||
|
}
|