-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 869 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 869 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
30
{
"name": "@metrixorg/react-native-metrix",
"version": "0.16.0",
"description": "Metrix React native plugin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git checkout master && git pull && git merge develop",
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch"
},
"author": "Metrix",
"license": "Apache 2.0",
"dependencies": {
"prop-types": "^15.5.10"
},
"keywords": [
"metrix",
"analytics"
],
"repository": {
"type": "git",
"url": "git+https://github.com/metrixorg/MetrixSDK-ReactNativePlugin.git"
},
"bugs": {
"url": "https://github.com/metrixorg/MetrixSDK-ReactNativePlugin/issues"
},
"homepage": "https://github.com/metrixorg/MetrixSDK-ReactNativePlugin#readme"
}