prvi
This commit is contained in:
43
ZpcBulletinBoard/wwwroot/lib/ladda/package.json
Normal file
43
ZpcBulletinBoard/wwwroot/lib/ladda/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user