forked from shahen94/react-native-video-processing
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
77 lines (77 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "react-native-video-processing",
"version": "1.7.4",
"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/shahen94/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/shahen94/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/shahen94/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"
}
}