axios-rest-api
Version:
Simple Axios wrapper for simple REST Api requests.
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "axios-rest-api",
"version": "2.1.7",
"description": "Simple Axios wrapper for simple REST Api requests.",
"main": "dist/main.js",
"module": "src/index.js",
"dependencies": {
"@babel/runtime": "^7.10.2",
"axios": "^0.20.0",
"underscore": "^1.10.2"
},
"scripts": {
"build": "webpack -p --progress",
"test": "babel-node ./node_modules/.bin/jasmine --config=test/config/jasmine.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/freedomsex/axios-rest-api.git"
},
"keywords": [
"axios",
"rest",
"api",
"client"
],
"author": "tebaly",
"license": "MIT",
"bugs": {
"url": "https://github.com/freedomsex/axios-rest-api/issues"
},
"homepage": "https://github.com/freedomsex/axios-rest-api#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^7.10.0",
"eslint-loader": "^4.0.2",
"jasmine": "^3.5.0",
"qs": "^6.9.4",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.11"
}
}