This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Sphere/package.json

12 lines
208 B
JSON
Raw Normal View History

2016-01-31 21:38:54 +00:00
{
"name": "Sphere",
"version": "0.0.1",
"private": true,
"scripts": {
2016-01-31 21:52:24 +00:00
"start": "node node_modules/react-native/local-cli/cli.js start"
2016-01-31 21:38:54 +00:00
},
"dependencies": {
"react-native": "=0.19.0"
}
}