From 6c628e25c2bc44fe6f60ff59130a9eefddb21a82 Mon Sep 17 00:00:00 2001 From: Atticus White Date: Thu, 16 Mar 2017 15:30:57 -0400 Subject: [PATCH] package file --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2dd9c02 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "react-native-fetch-polyfill", + "version": "1.1.1", + "description": "A polyfill for React Native's fetch client", + "main": "fetch-polyfill.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/robinpowered/react-native-fetch-polyfill.git" + }, + "keywords": [ + "ReactNative", + "fetch", + "timeout" + ], + "author": "Atticus White (http://atticuswhite.com/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/robinpowered/react-native-fetch-polyfill/issues" + }, + "homepage": "https://github.com/robinpowered/react-native-fetch-polyfill#readme" +}