repetitive
Version:
repetitive.js is a JavaScript library created to perform repetitive tasks. AJAX calls, manipulating DOM classes etc. - all the things you've probably done countless times before - now in a single library. Or not! repetitive.js is modularized - every funct
42 lines (41 loc) • 1.35 kB
JSON
{
"name": "repetitive",
"version": "0.0.3",
"description": "repetitive.js is a JavaScript library created to perform repetitive tasks. AJAX calls, manipulating DOM classes etc. - all the things you've probably done countless times before - now in a single library. Or not! repetitive.js is modularized - every function can be obtained as a standalone UMD module package.",
"main": "dist/repetitive.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",
"rptv",
"dom",
"ajax"
],
"repository": {
"type": "git",
"url": "https://github.com/oL-web/repetitive.js"
},
"homepage": "https://ol-web.github.io/repetitivejs/index.html",
"author": "ol-web",
"license": "MIT",
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"repetitive.ajax": "*",
"repetitive.classes": "*",
"rollup": "^0.48.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.0",
"uglify-js": "^3.0.0"
},
"dependencies": {
"repetitive.ajax": "^0.1.1",
"repetitive.classes": "0.0.2"
}
}