UNPKG

@cross2d/react-native-router-flux

Version:
73 lines (72 loc) 2.01 kB
{ "name": "@cross2d/react-native-router-flux", "version": "1.0.0", "description": "React Native Router using Flux architecture", "main": "index.js", "typings": "index.d.ts", "scripts": { "release": "npm publish --access public", "test": "mocha --compilers js:babel-core/register --require react-native-mock/mock", "test:watch": "npm run test -- --watch", "eslint": "eslint index.js src/ test/; exit 0;" }, "keywords": [ "react-native", "react-native-router", "react-components", "react-component", "ios", "android", "flux", "router", "navigation" ], "author": "Pavlo Aksonov <akso.nov@gmail.com> (http://aksonov.com)", "license": "MIT", "maintainers": [ "aksonov <pavlo.aksonov@gmail.com>" ], "dependencies": { "react-native-experimental-navigation": "0.26.x", "react-native-tabs": "^1.0.9", "react-static-container": "1.0.1" }, "devDependencies": { "babel-core": "^6.18.2", "babel-eslint": "^7.1.1", "babel-preset-react-native": "^1.9.0", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "enzyme": "^2.6.0", "eslint": "^3.11.0", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.7.1", "expect": "^1.20.2", "mocha": "^3.2.0", "mocha-junit-reporter": "^1.12.1", "react-native-mock": "0.2.0", "sinon": "^1.17.6", "babel-jest": "19.0.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "jest": "19.0.1", "react-test-renderer": "15.4.2" }, "jest": { "preset": "react-native" }, "directories": { "doc": "docs", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/cross2d/react-native-router-flux.git" }, "bugs": { "url": "https://github.com/cross2d/react-native-router-flux/issues" }, "homepage": "https://github.com/cross2d/react-native-router-flux#readme" }