From f26eaf73b34c6c623b26b09566f21c0b8e42b36c Mon Sep 17 00:00:00 2001 From: Aleksei Androsov Date: Mon, 18 Sep 2017 10:03:52 +0300 Subject: [PATCH] npm package info --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..781b6af --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "react-native-appmetrica", + "version": "0.0.1", + "description": "React Native bridge to the AppMetrica on both iOS and Android", + "main": "index.js", + "scripts": { + "test": "npm test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/doochik/react-native-appmetrica.git" + }, + "keywords": [ + "react-native", + "appmetrica", + "component", + "ios", + "android" + ], + "author": "Aleksei Androsov ", + "license": "MIT", + "bugs": { + "url": "https://github.com/doochik/react-native-appmetrica/issues" + }, + "homepage": "https://github.com/doochik/react-native-appmetrica#readme", + "peerDependencies": { + "react-native": ">=0.45" + } +}