react-native-router-flux-custom-tabs
Version:
React Native Router using Flux architecture this is my fork for testing
72 lines (71 loc) • 1.97 kB
JSON
{
"name": "react-native-router-flux-custom-tabs",
"version": "3.37.2",
"description": "React Native Router using Flux architecture this is my fork for testing",
"repository": {
"type": "git",
"url": "https://github.com/Kielan/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": "kielan",
"email": "ki.lemons@gmail.com"
},
"license": "MIT",
"maintainers": [
{
"name": "kielan",
"email": "ki.lemons@gmail.com"
}
],
"dependencies": {
"react-addons-pure-render-mixin": "15.0.2",
"react-native-experimental-navigation": "0.26.x",
"react-native-tabs": "^1.0.9",
"react-native-tabs-gradient": "^0.1.4",
"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": "^2.9.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.20.2",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.12.1",
"react": "15.0.2",
"react-addons-create-fragment": "15.0.2",
"react-addons-linked-state-mixin": "15.0.2",
"react-addons-perf": "15.0.2",
"react-addons-test-utils": "15.0.2",
"react-addons-update": "15.0.2",
"react-dom": "15.0.2",
"react-native": "0.26.x",
"react-native-mock": "0.2.0",
"sinon": "^1.17.6"
}
}