UNPKG

@humanz/react-native-video-processing

Version:
78 lines (77 loc) 2.1 kB
{ "name": "@humanz/react-native-video-processing", "version": "1.7.1", "description": "Native Video processing/editing for React-Native", "main": "index.js", "scripts": { "commit": "git add . && git-cz", "test": "echo 'tests are disabled'", "test:snapshots": "jest -u", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/humanzai/react-native-video-processing.git" }, "keywords": [ "react", "react-native", "ios", "android", "video", "processing", "edit", "videoedit" ], "czConfig": { "path": "node_modules/cz-conventional-changelog" }, "author": "Shahen Hovhannisyan <shahen.hovhannisyan.94@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/humanzai/react-native-video-processing/issues" }, "jest": { "preset": "jest-react-native", "testPathIgnorePatterns": [ "/node_modules/" ], "moduleFileExtensions": [ "js", "jsx", "json" ], "moduleDirectories": [ "packages", "node_modules" ] }, "homepage": "https://github.com/humanzai/react-native-video-processing#readme", "dependencies": { "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-react-native": "^4.0.0", "babel-preset-react-native-stage-0": "1.0.1", "lodash": "^4.16.6" }, "devDependencies": { "babel-eslint": "8.0.1", "babel-jest": "21.2.0", "commitizen": "^2.8.6", "cz-conventional-changelog": "^2.1.0", "eslint": "4.10.0", "eslint-config-airbnb": "16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "6.0.2", "eslint-plugin-react": "7.4.0", "eslint-plugin-react-native": "3.1.0", "jest": "21.2.1", "jest-react-native": "18.0.0", "prop-types": "^15.6.0", "react": "16.0.0-beta.5", "react-native": "^0.49.5", "react-native-create-library": "^3.1.2", "react-test-renderer": "16.0.0", "semantic-release": "^17.2.3" } }