14 lines
267 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-11-28 15:08:05 -08:00
"react": "^15.4.0",
"react-native": "^0.38.0",
2016-02-22 13:06:06 -08:00
"react-native-config": "../"
2016-02-22 12:54:52 -08:00
}
}