13 lines
243 B
JSON
Raw Normal View History

2016-02-22 12:54:52 -08:00
{
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
2016-02-22 13:06:06 -08:00
"react-native": "^0.20.0",
"react-native-config": "../"
2016-02-22 12:54:52 -08:00
}
}