This commit is contained in:
2017-01-29 00:51:47 +01:00
parent ea3539b39e
commit f50403467f
17 changed files with 329 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "dropin replacement for request",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -18,5 +19,13 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartrequest/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartrequest#README"
"homepage": "https://gitlab.com/pushrocks/smartrequest#README",
"dependencies": {
"smartq": "^1.1.0",
"typings-global": "^1.0.14"
},
"devDependencies": {
"smartchai": "^1.0.1",
"typings-test": "^1.0.3"
}
}