axios-axios/bower.json
2015-04-08 12:48:38 -06:00

36 lines
553 B
JSON

{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.5.4",
"homepage": "https://github.com/mzabriskie/axios",
"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",
"example",
"lib",
"node_modules",
"sandbox",
"test",
"CONTRIBUTING.md",
"Gruntfile.js",
"index.js",
"karma.conf.js",
"package.json"
]
}