1
0
term/pkg/axios/bower.json

38 lines
634 B
JSON
Raw Normal View History

2024-03-23 11:25:41 +00:00
{
"name": "axios",
"main": "./dist/axios.js",
"version": "1.6.3",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
],
"description": "Promise based HTTP client for the browser and node.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"xhr",
"http",
"ajax",
"promise",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.iml",
"examples",
"lib",
"node_modules",
"sandbox",
"test",
"CONTRIBUTING.md",
"COOKBOOK.md",
"Gruntfile.js",
"index.js",
"karma.conf.js",
"package.json",
"webpack.*.js"
]
}