mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
35 lines
526 B
JSON
35 lines
526 B
JSON
{
|
|
"name": "axios",
|
|
"main": "./dist/axios.js",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/mzabriskie/axios",
|
|
"authors": [
|
|
"Matt Zabriskie"
|
|
],
|
|
"description": "Lightweight Promise based XHR library",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"xhr",
|
|
"http",
|
|
"ajax",
|
|
"promise"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.md",
|
|
"*.iml",
|
|
"example",
|
|
"bower_components",
|
|
"node_modules",
|
|
"lib",
|
|
"specs",
|
|
"index.js",
|
|
"karma.conf.js",
|
|
"Gruntfile.js",
|
|
"package.json"
|
|
]
|
|
} |