UNPKG

mojax

Version:

extendable ajax request module

45 lines (44 loc) 999 B
{ "name": "mojax", "description": "extendable ajax request module", "version": "2.0.0", "keywords": [ "ajax", "XMLHttpRequest", "GET", "POST", "PUT", "DELETE" ], "author": { "name": "Sebastien Daniel", "email": "info@sebastiendaniel.ca", "url": "http://www.sebastiendaniel.ca/" }, "bugs": { "url": "https://www.github.com/SebastienDaniel/mojax/issues" }, "repository": { "type": "git", "url": "https://www.github.com/SebastienDaniel/mojax.git" }, "license": "MIT", "private": false, "devDependencies": { "chai": "^3.5.0", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.0", "grunt-exec": "^0.4.7", "grunt-jscs": "^1.5.0", "grunt-mocha-istanbul": "^4.0.2", "grunt-mocha-phantomjs": "^3.0.0", "grunt-mocha-test": "^0.12.7", "istanbul": "^0.4.3", "mocha": "^2.4.5", "sinon": "^1.17.3", "sinon-chai": "^2.8.0" }, "dependencies": { "sebastiendaniel-adt": "^2.0.0" } }