commit ea3539b39eadc445cc4150245e35545ef2ff92a8 Author: Phil Kunz Date: Sat Jan 28 20:02:52 2017 +0100 initial diff --git a/package.json b/package.json new file mode 100644 index 0000000..e1efd34 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "smartrequest", + "version": "1.0.0", + "description": "dropin replacement for request", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/pushrocks/smartrequest.git" + }, + "keywords": [ + "request" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/smartrequest/issues" + }, + "homepage": "https://gitlab.com/pushrocks/smartrequest#README" +}