-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.94 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"_from": "react-native-video-processing",
"_id": "react-native-video-processing@1.20.0",
"_inBundle": false,
"_integrity": "sha1-eyc3P5Wd+ogGZhxgUAQDeCQODcE=",
"_location": "/react-native-video-processing",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-video-processing",
"name": "react-native-video-processing",
"escapedName": "react-native-video-processing",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npm.taobao.org/react-native-video-processing/download/react-native-video-processing-1.20.0.tgz",
"_shasum": "7b27373f959dfa8806661c6050040378240e0dc1",
"_spec": "react-native-video-processing",
"_where": "/Users/Mac/Projects/reactnativedemo",
"author": {
"name": "Shahen Hovhannisyan",
"email": "shahen.hovhannisyan.94@gmail.com"
},
"bugs": {
"url": "https://github.com/shahen94/react-native-video-processing/issues"
},
"bundleDependencies": false,
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"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"
},
"deprecated": false,
"description": "Native Video processing/editing for React-Native",
"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": "^8.2.3"
},
"homepage": "https://github.com/shahen94/react-native-video-processing#readme",
"jest": {
"preset": "jest-react-native",
"testPathIgnorePatterns": [
"/node_modules/"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"moduleDirectories": [
"packages",
"node_modules"
]
},
"keywords": [
"react",
"react-native",
"ios",
"android",
"video",
"processing",
"edit",
"videoedit"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-video-processing",
"repository": {
"type": "git",
"url": "git+https://github.com/shahen94/react-native-video-processing.git"
},
"scripts": {
"commit": "git add . && git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "jest --verbose",
"test:snapshots": "jest -u"
},
"version": "1.20.0"
}