UNPKG

jsql-superagent

Version:

JSQL plugin for Superagent

37 lines (36 loc) 861 B
{ "name": "jsql-superagent", "version": "1.7.0", "description": "JSQL plugin for Superagent", "main": "jsql-superagent.min.js", "keywords": [ "jsql", "jsql-it", "jsql-optimization", "jsql-superagent" ], "homepage": "https://jsql.it", "author": "JSQL", "licenses": [ { "type": "LicenseRef-LICENSE", "url": "https://jsql.it/public-packages-license" } ], "dependencies": { "jsql-core": "^2.1.0", "superagent": "5.0.5" }, "peerDependencies": { "jsql-core": "^2.1.0", "superagent": "5.0.5" }, "scripts": {}, "devDependencies": { "grunt": "^1.0.3", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony" } }