{
  "name": "react-native-yaml-styles",
  "version": "1.0.0",
  "description": "Stylesheets in YAML for React Native",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frostney/react-native-yaml-styles.git"
  },
  "keywords": [
    "react-native",
    "yaml",
    "yml",
    "style",
    "styles",
    "stylesheet"
  ],
  "author": "Johannes Stein",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frostney/react-native-yaml-styles/issues"
  },
  "homepage": "https://github.com/frostney/react-native-yaml-styles#readme",
  "dependencies": {
    "buffer": "^4.3.0",
    "change-case-object": "^2.0.0",
    "js-yaml": "^3.4.6"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^4.0.0"
  }
}
