UNPKG

react-native-xsy-router-flux

Version:
66 lines 1.98 kB
{ "name": "react-native-xsy-router-flux", "version": "0.1.7", "description": "React Native Router using Flux architecture", "repository": { "type": "git", "url": "https://github.com/aksonov/react-native-router-flux" }, "main": "index.js", "typings": "index.d.ts", "scripts": { "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": { "name": "Pavlo Aksonov", "email": "akso.nov@gmail.com", "url": "http://aksonov.com" }, "license": "MIT", "maintainers": [{ "name": "zimo", "email": "zimo-go@163.com" }], "dependencies": { "lodash.isequal": "^4.5.0", "react-native-experimental-navigation": "0.29.2", "react-native-xsy-tabs": "^0.0.9", "react-static-container": "1.0.1", "prop-types": "^15.6.2" }, "devDependencies": { "babel-core": "^6.7.6", "babel-eslint": "^6.1.0", "babel-preset-react-native": "^1.5.6", "chai": "^3.5.0", "chai-as-promised": "^5.2.0", "enzyme": "^2.1.0", "eslint": "^2.8.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.5.0", "eslint-plugin-jsx-a11y": "^1.0.2", "eslint-plugin-react": "^5.0.1", "expect": "^1.14.0", "mocha": "^2.4.5", "mocha-junit-reporter": "^1.11.1", "react": "15.0.2", "react-addons-test-utils": "15.0.2", "react-dom": "15.0.2", "react-native": "0.26.x", "react-native-mock": "0.2.0", "sinon": "^1.17.3" } }