{
  "name": "react-native-evernote",
  "version": "0.1.0",
  "private": false,
  "main": "lib/index.js",
  "description": "React Native Evernote Module for iOS & Android",
  "author": "I. Dan Calinescu <idancalinescu@gmail.com>",
  "scripts": {
    "start": "react-native start"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/idancali/react-native-evernote"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "evernote"
  ],
  "peerDependencies": {
    "react": ">=15.2.1",
    "react-native": ">=0.30.0"
  },
  "dependencies": {
    "react": "15.2.1",
    "react-native": "0.30.0"
  }
}
