smartrequest/package.json

38 lines
927 B
JSON
Raw Normal View History

2017-01-28 19:02:52 +00:00
{
2018-06-18 05:39:42 +00:00
"name": "@pushrocks/smartrequest",
2018-08-13 23:47:55 +00:00
"version": "1.1.14",
2018-06-13 21:12:37 +00:00
"private": false,
2017-01-28 19:02:52 +00:00
"description": "dropin replacement for request",
"main": "dist/index.js",
2017-01-28 23:51:47 +00:00
"typings": "dist/index.d.ts",
2017-01-28 19:02:52 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-01-28 19:02:52 +00:00
},
"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"
},
2017-01-28 23:51:47 +00:00
"homepage": "https://gitlab.com/pushrocks/smartrequest#README",
"dependencies": {
2018-07-19 14:16:02 +00:00
"@pushrocks/smartpromise": "^2.0.5",
"@types/form-data": "^2.2.1",
"form-data": "^2.3.2"
2017-01-28 23:51:47 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.5.8"
2018-06-13 21:12:37 +00:00
}
2018-08-13 23:47:55 +00:00
}