Files
react-native-code-push/Examples/CodePushDemoApp/package.json
Geoffrey Goh bc52e8f0c5 add tests
2015-12-18 00:08:11 -08:00

17 lines
356 B
JSON

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