summaryrefslogtreecommitdiff
path: root/axios/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'axios/bower.json')
-rw-r--r--axios/bower.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/axios/bower.json b/axios/bower.json
new file mode 100644
index 0000000..cdf037c
--- /dev/null
+++ b/axios/bower.json
@@ -0,0 +1,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"
+ ]
+} \ No newline at end of file