Skip to content

Commit

Permalink
package file
Browse files Browse the repository at this point in the history
  • Loading branch information
atticoos committed Mar 16, 2017
0 parents commit 6c628e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@atticuswhite.com> (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"
}

0 comments on commit 6c628e2

Please sign in to comment.