@exponent/ex-navigation
Version:
Route-centric navigation libary for React Native.
51 lines (50 loc) • 1.42 kB
JSON
{
"name": "@exponent/ex-navigation",
"version": "1.2.0",
"description": "",
"main": "../src/ExNavigation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run-example": "gulp && cd example/ExNavigationExample && react-native start --root ../../ --transformer ./transformer",
"prepublish": "gulp",
"postinstall": "if [ -d example ]; then cd example/ExNavigationExample && npm install; fi;"
},
"files": [
"lib/"
],
"keywords": [],
"author": "Adam Miskiewicz <adam@exponentjs.com>",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.27.2",
"react": "^15.1.0"
},
"dependencies": {
"core-decorators": "^0.12.2",
"debug": "^2.2.0",
"fbemitter": "^2.0.2",
"fbjs": "^0.8.3",
"hoist-non-react-statics": "^1.0.5",
"invariant": "^2.2.1",
"lodash": "^4.6.1",
"mirror-creator": "^1.1.0",
"react-clone-referenced-element": "^1.0.1",
"react-redux": "^4.4.5",
"react-static-container": "^1.0.0",
"redux": "^3.5.2",
"redux-batched-actions": "^0.1.2",
"reselect": "^2.5.1",
"uuid-js": "^0.7.5",
"warning": "^2.1.0"
},
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"del": "^2.2.0",
"fbjs-scripts": "^0.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-flatten": "^0.2.0",
"gulp-watch": "^4.3.6",
"run-sequence": "^1.1.5"
}
}