jail-monkey/ExampleProject/package.json
2016-09-25 17:56:08 -05:00

14 lines
264 B
JSON

{
"name": "ExampleProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"jail-monkey": "../",
"react": "15.3.2",
"react-native": "0.34.0"
}
}