smartrequest/package.json

36 lines
859 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-07-19 23:06:25 +00:00
"version": "1.1.12",
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": {
2018-06-18 05:39:42 +00:00
"test": "tsrun test/test.ts",
"build": "(npmts)"
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/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
2018-06-13 21:12:37 +00:00
}
2018-07-15 21:45:04 +00:00
}