This commit is contained in:
David Štaleker
2024-02-23 12:56:54 +01:00
parent 18bac3de1c
commit 28d1630749
1388 changed files with 558637 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "ladda",
"version": "2.0.3",
"description": "Buttons with built-in loading indicators",
"homepage": "https://lab.hakim.se/ladda/",
"files": [
"css/*.scss",
"dist/*.css",
"js/ladda.d.ts",
"js/ladda.js"
],
"type": "module",
"main": "./js/ladda.js",
"types": "./js/ladda.d.ts",
"scripts": {
"test": "grunt jshint --gruntfile Gruntfile.cjs",
"prepare": "grunt --gruntfile Gruntfile.cjs && rollup -c",
"start": "grunt serve --gruntfile Gruntfile.cjs"
},
"author": "Hakim El Hattab <hakim.elhattab@gmail.com> https://hakim.se",
"contributors": [
"Theodore Brown <theodorejb@outlook.com> https://theodorejb.me"
],
"repository": {
"type": "git",
"url": "git://github.com/hakimel/Ladda.git"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"rollup": "^2.60.2",
"rollup-plugin-node-resolve": "^5.2.0",
"sass": "^1.44.0"
},
"license": "MIT",
"dependencies": {
"spin.js": "^4.1.1"
}
}