repetitive.ajax
Version:
Standalone ajax() function as a UMD module from the repetitive.js library. Sends an AJAX request.
37 lines (36 loc) • 1.08 kB
JSON
{
"name": "repetitive.ajax",
"version": "0.1.1",
"description": "Standalone ajax() function as a UMD module from the repetitive.js library. Sends an AJAX request.",
"main": "dist/repetitive.ajax.min.js",
"scripts": {
"rollup": "rollup -c config/rollup.config.js && rollup -c config/rollup.config.minify.js",
"build": "npm run rollup"
},
"keywords": [
"repetitive",
"repetitivejs",
"repetitive.js",
"repetitive.ajax",
"repetitive-ajax",
"repetitive ajax",
"ajax"
],
"repository": {
"type": "git",
"url": "https://github.com/oL-web/repetitive.ajax"
},
"homepage": "https://ol-web.github.io/repetitivejs/index.html",
"author": "ol-web",
"license": "MIT",
"devDependencies": {
"rollup": "^0.43.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^2.0.0",
"uglify-js": "^3.0.0"
}
}