smartrequest/package.json

23 lines
507 B
JSON
Raw Normal View History

2017-01-28 19:02:52 +00:00
{
"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"
}