-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 815 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 815 Bytes
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
{
"name": "react-native-export-asset",
"version": "1.0.0",
"description": "react-native plugin for compress photo and video",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flare216/react-native-export-asset.git"
},
"keywords": [
"react-native",
"compress"
],
"author": "flare216",
"license": "MIT",
"bugs": {
"url": "https://github.com/flare216/react-native-export-asset/issues"
},
"homepage": "https://github.com/flare216/react-native-export-asset#readme",
"rnpm": {
"android": {
"packageName": "com.heyao216.react_native_export_asset"
},
"commands": {"postlink": "node node_modules/react-native-export-asset/scripts/postlink"}
}
}