UNPKG

wolmo-core-rn

Version:
54 lines (53 loc) 1.45 kB
{ "name": "wolmo-core-rn", "version": "0.0.1", "description": "React Native utilities library", "main": "index.js", "scripts": { "lint": "eslint src && eslint index.js", "test": "jest", "coverage": "jest --coverage", "build": "babel index.js -d lib && babel src -d lib/src", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Wolox/wolmo-core-rn.git" }, "keywords": [ "wolox", "wolmo", "react-native", "utilities" ], "author": "Sebastian Balay <sebastian.balay@wolox.com.ar>", "license": "MIT", "bugs": { "url": "https://github.com/Wolox/wolmo-core-rn/issues" }, "homepage": "https://github.com/Wolox/wolmo-core-rn#readme", "dependencies": {}, "devDependencies": { "babel-cli": "^6.23.0", "babel-eslint": "^7.1.1", "babel-jest": "^19.0.0", "babel-preset-react-native": "^1.9.1", "eslint": "^3.16.1", "eslint-config-airbnb": "^14.1.0", "eslint-config-prettier": "^1.4.1", "eslint-plugin-flowtype": "^2.30.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-prettier": "^2.0.1", "eslint-plugin-react": "^6.10.0", "jest": "^19.0.2", "prettier": "^0.20.0", "prettier-eslint": "^4.2.0", "react": "^15.4.2", "react-native": "^0.41.2" }, "peerDependencies": { "react": "^15.4.2", "react-native": "^0.41.2" } }