UNPKG

react-native-responsive

Version:

A React Native module to manage responsive layouts more efficiently

63 lines (62 loc) 1.42 kB
{ "name": "react-native-responsive", "version": "1.0.2", "description": "A React Native module to manage responsive layouts more efficiently", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "test": "mocha test --recursive --compilers js:babel-core/register", "lint": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/ayoubdev/react-native-responsive.git" }, "keywords": [ "react", "react-native", "responsive", "responsive", "design", "media-query", "media", "query", "layout", "css", "scss", "less", "sass", "jsx", "js", "screen", "size", "ayoub", "adib" ], "author": "Ayoub Adib <ayoub.development@gmail.com>", "contributors": [ "Kohki Makimoto <kohki.makimoto@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/ayoubdev/react-native-responsive/issues" }, "homepage": "https://github.com/ayoubdev/react-native-responsive#readme", "peerDependencies": { "react-native": ">=0.25.0" }, "dependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4" }, "devDependencies": { "babel-core": "^6.11.4", "babel-eslint": "^6.1.2", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "eslint": "^3.1.1", "eslint-plugin-react": "^5.2.2", "mocha": "^2.5.3" } }