This commit is contained in:
Philipp Kunz 2017-01-28 20:02:52 +01:00
commit ea3539b39e

22
package.json Normal file
View File

@ -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"
}