34 lines
766 B
JSON
34 lines
766 B
JSON
{
|
|
"name": "smartrequest",
|
|
"version": "1.0.12",
|
|
"private": false,
|
|
"description": "dropin replacement for request",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)",
|
|
"build": "echo \"Not needed for now\""
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"smartq": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^10.3.3",
|
|
"tapbundle": "^2.0.0",
|
|
"typings-test": "^1.0.3"
|
|
}
|
|
}
|