fetch-jsonp
Version:
Fetch JSONP like a boss using Fetch API
38 lines (37 loc) • 945 B
JSON
{
"name": "fetch-jsonp",
"version": "1.4.0",
"description": "Fetch JSONP like a boss using Fetch API",
"main": "./build/fetch-jsonp.js",
"types": "./index.d.ts",
"scripts": {
"prepublish": "npm run lint && npm run clean && npm run build",
"build": "babel src/ --modules umd --out-dir build",
"clean": "rm -rf build",
"lint": "eslint src/"
},
"keywords": [
"fetch",
"jsonp",
"github fetch",
"ajax"
],
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-eslint": "^4.0.5",
"eslint": "^1.1.0",
"eslint-config-airbnb": "^0.0.7",
"eslint-plugin-react": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camsong/fetch-jsonp.git"
},
"author": "Cam Song",
"license": "MIT",
"bugs": {
"url": "https://github.com/camsong/fetch-jsonp/issues"
},
"homepage": "https://github.com/camsong/fetch-jsonp#readme"
}