2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files
axios/bower.json
T
2014-08-18 17:25:07 -06:00

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"
]
}