summaryrefslogtreecommitdiff
path: root/bower.json
blob: cdf037c943a8fe6d4f098d8e41adea2bc471b33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "axios",
  "main": "./dist/axios.js",
  "version": "0.21.1",
  "homepage": "https://github.com/axios/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",
    "examples",
    "lib",
    "node_modules",
    "sandbox",
    "test",
    "CONTRIBUTING.md",
    "COOKBOOK.md",
    "Gruntfile.js",
    "index.js",
    "karma.conf.js",
    "package.json",
    "webpack.*.js"
  ]
}