rofrischmann/react-look

View on GitHub
packages/react-look-native/package.json

Summary

Maintainability
Test Coverage
{
    "name": "react-look-native",
    "version": "1.0.1",
    "description": "Advanced & Dynamic Component Styling for React Native",
    "main": "lib/index.js",
    "files": [
        "README.md",
        "LICENSE",
        "lib/",
        "docs/"
    ],
    "repository": "https://github.com/rofrischmann/react-look",
    "author": "Robin Frischmann <robin@rofrischmann.de>",
    "license": "MIT",
    "keywords": [
        "react",
        "layout",
        "react-native",
        "react-component",
        "component styling",
        "styling",
        "vendor prefix",
        "stylesheet",
        "dynamic styling",
        "media query",
        "inline styles",
        "stateful styles",
        "cssinjs"
    ],
    "dependencies": {
        "react-look-core": "^1.0.1",
        "lodash": "^4.2.1"
    },
    "peerDependencies": {
        "react-native": "^0.26.0"
    }
}