UNPKG

axios-jsonp

Version:
24 lines (23 loc) 494 B
{ "name": "axios-jsonp", "version": "1.0.4", "description": "A jsonp adapter for axios", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js" }, "keywords": [ "jsonp", "axios" ], "repository": { "type": "git", "url": "https://github.com/AdonisLau/axios-jsonp.git" }, "author": "Adonis", "license": "ISC", "devDependencies": { "webpack": "^3.12.0" } }