@erichsia7/ripple
Version:
Add ripple effect to anything
39 lines (38 loc) • 950 B
JSON
{
"name": "@erichsia7/ripple",
"version": "1.1.8",
"description": "Add ripple effect to anything",
"main": "dist/index.min.js",
"private": false,
"scripts": {
"build": "webpack --mode=production",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/EricHsia7/ripple.js.git"
},
"keywords": [
"ripple",
"interaction",
"javascript"
],
"author": "EricHsia7",
"bugs": {
"url": "https://github.com/erichsia7/ripple.js/issues"
},
"homepage": "https://github.com/erichsia7/ripple.js/",
"devDependencies": {
"babel-loader": "^9.1.3",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-flow": "^7.22.5",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"babel-preset-modules": "^0.0.2",
"jest": "^29.6.1",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {}
}