123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "react-native-navigation",
- "version": "2.0.0-experimental.112",
- "description": "React Native Navigation - truly native navigation for iOS and Android",
- "license": "MIT",
- "nativePackage": true,
- "author": "Tal Kol <talkol@gmail.com>",
- "publishConfig": {
- "registry": "https://registry.npmjs.org/"
- },
- "bugs": {
- "url": "https://github.com/wix/react-native-navigation/issues"
- },
- "homepage": "https://github.com/wix/react-native-navigation",
- "readme": "https://github.com/wix/react-native-navigation#readme",
- "repository": {
- "type": "git",
- "url": "https://github.com/wix/react-native-navigation.git"
- },
- "main": "src/index.js",
- "scripts": {
- "build": ":",
- "lint": "eslint src test",
- "pretest": "npm run lint",
- "test": "cd android && ./gradlew clean testDebugUnitTest",
- "release": "npm version prerelease && npm publish --tag next && npm view react-native-navigation dist-tags && git push"
- },
- "peerDependencies": {
- "react-native": "*",
- "react": "*"
- },
- "dependencies": {
- "react-native-controllers": "^2.0.0",
- "lodash": "^4.13.0"
- },
- "optionalDependencies": {
- "react-redux": "*"
- },
- "devDependencies": {
- "react-native": "0.31.0",
- "react": "15.2.1",
- "app-root-path": "^1.0.0",
- "babel-cli": "^6.8.0",
- "babel-core": "^6.8.0",
- "babel-polyfill": "^6.8.0",
- "babel-preset-react-native": "^1.0.0",
- "babel-register": "^6.8.0",
- "eslint": "^2.5.1",
- "eslint-plugin-babel": "^3.0.0",
- "eslint-plugin-react": "^4.2.3",
- "eslint-plugin-react-native": "^1.0.0",
- "babel-eslint": "^6.0.4",
- "jasmine": "^2.4.1",
- "jasmine-reporters": "^2.1.1",
- "jasmine-spec-reporter": "^2.4.0",
- "jasmine-expect": "^2.0.2",
- "proxyquire": "1.7.4"
- }
- }
|