react-native-popup-menu/examples/package.json

24 lines
505 B
JSON
Raw Normal View History

2016-05-16 14:54:39 +00:00
{
"name": "examples",
"version": "0.0.1",
"private": true,
"scripts": {
2017-06-06 21:35:28 +00:00
"test": "jest",
2016-05-16 14:54:39 +00:00
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.4.2",
"react-native": "0.42.3",
2016-11-18 14:17:30 +00:00
"react-native-popup-menu": "..",
"react-native-router-flux": "3.37.0",
"react-native-vector-icons": "4.2.0"
2017-06-06 21:35:28 +00:00
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"jest": "20.0.4",
"react-test-renderer": "15.4.2"
2016-05-16 14:54:39 +00:00
}
}