Files
react-native-paper/package.json
2016-10-23 23:56:56 +05:30

37 lines
923 B
JSON

{
"name": "react-native-paper",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"flow": "flow",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmedlhanafy/react-native-paper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmedlhanafy/react-native-paper/issues"
},
"homepage": "https://github.com/ahmedlhanafy/react-native-paper#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.8.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-react-native": "^2.0.0",
"flow-bin": "^0.32.0",
"react": "latest",
"react-native": "latest"
}
}