Files
react-native-paper/example/package.json
Satyajit Sahoo 1506c838b8 Fix typo
2016-10-24 00:59:07 +05:30

15 lines
350 B
JSON

{
"name": "react-native-paper-example",
"version": "0.0.1",
"description": "Example for React Native Paper",
"author": "",
"private": true,
"main": "main.js",
"dependencies": {
"exponent": "^10.0.4",
"react": "~15.3.2",
"react-native": "github:exponentjs/react-native#sdk-10.1.2",
"react-native-paper": "file:../"
}
}