forked from adobe/react-native-acpanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@adobe/react-native-acpanalytics",
"version": "1.0.1",
"description": "Adobe Experience Platform support for React Native apps.",
"homepage": "https://aep-sdks.gitbook.io/docs/",
"license": "Apache-2.0",
"main": "./js/index.js",
"scripts": {
"flow": "flow",
"prepublish": "cd ios && pod deintegrate"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-native-acpanalytics"
},
"keywords": [
"react-native",
"adobe",
"adobe experience platform",
"analytics",
"ios",
"android"
],
"author": {
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"react-native": ">=0.44.0",
"@adobe/react-native-acpcore": ">=1.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-module-resolver": "^3.1.3",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "2.1.0",
"flow-typed": "^2.3.0",
"flow-bin": "^0.92.0",
"react-native": "^0.59.3"
}
}