-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@gabrielfins/ripple-effect",
"version": "1.0.6",
"description": "Precise implementation of Material Design's ripple effect with CSS, JavaScript and jQuery",
"exports": "./dist/ripples.js",
"main": "./dist/ripples.js",
"types": "./ripple-effect.d.ts",
"scripts": {
"build": "webpack",
"dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielfins/ripple-effect.git"
},
"keywords": [
"material design",
"material",
"ripples effect",
"ripple effect",
"ripples",
"ripple",
"effect",
"animation",
"css3",
"css",
"js",
"javascript",
"jquery"
],
"author": {
"name": "Gabriel Figueredo",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielfins/ripple-effect/issues"
},
"homepage": "https://github.com/gabrielfins/ripple-effect#readme",
"devDependencies": {
"css-loader": "^7.1.2",
"sass": "^1.80.5",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}