File: bower.json

Recommend this page to a friend!
  Classes of Yail A. Anderson   Phyrus   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phyrus
Send AJAX GET and POST requests to submit forms
Author: By
Last change: Update of bower.json
Date: 3 years ago
Size: 724 bytes
 

Contents

Class file image Download
{ "name": "phyrus", "version": "1.0.1", "authors": [ "Yail Peralta <yailpz@hotmail.com>" ], "description": "A simple library to make ajax request and upload files easily with XMLHttpRequest 2", "main": "phyrus.js", "moduleType": [ "amd", "globals" ], "keywords": [ "ajax", "XMLHttpRequest", "XHR", "file", "upload" ], "dependencies": { "promise": "https://www.promisejs.org/polyfills/promise-6.1.0.js" }, "license": "MIT", "homepage": "phyrus.net", "dependencies": { "promise": "https://www.promisejs.org/polyfills/promise-6.1.0.js" }, "ignore": [ "**/.*", "node_modules", "bower_components", "www/lib", "test", "tests" ] }