2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-18 12:39:44 +03:00
Files
axios/bower.json
T
Matt Zabriskie f5f461d8a2 Updating ignores
2014-08-28 15:56:47 -06:00

35 lines
516 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",
"lib",
"node_modules",
"sandbox",
"test",
"Gruntfile.js",
"index.js",
"karma.conf.js",
"package.json"
]
}