Files
react-native-code-push/Examples/CodePushDemoApp/package.json
Geoffrey Goh b530292baf fixed tests
2015-10-07 02:40:43 -07:00

15 lines
328 B
JSON

{
"name": "CodePushDemoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh --root ../../"
},
"dependencies": {
"react-native": "0.11.4",
"react-native-button": "^1.2.0",
"react-native-code-push": "file:../../",
"extend": "3.0.0"
}
}