smartrequest/package.json

34 lines
764 B
JSON
Raw Normal View History

2017-01-28 19:02:52 +00:00
{
"name": "smartrequest",
2018-06-13 20:34:49 +00:00
"version": "1.0.9",
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-13 20:34:49 +00:00
"test": "(npmts)",
"build": "echo \"Not needed for now\""
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": {
"smartq": "^1.1.1"
2017-01-28 23:51:47 +00:00
},
"devDependencies": {
2018-06-13 20:34:49 +00:00
"@types/node": "^10.3.3",
"tapbundle": "^2.0.0",
2017-01-28 23:51:47 +00:00
"typings-test": "^1.0.3"
2018-06-13 20:34:49 +00:00
},
"private": true
2017-01-28 19:02:52 +00:00
}