forked from mladenplavsic/css-ripple-effect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 784 Bytes
/
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
{
"name": "css-ripple-effect",
"description": "Pure CSS implementation of Android Material design \"ripple\" animation on click event",
"version": "1.0.6",
"main": "src/ripple.less",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mladenplavsic/css-ripple-effect.git"
},
"keywords": [
"material",
"ripple",
"circle",
"effect",
"click",
"animation"
],
"author": "Mladen Plavsic <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mladenplavsic/css-ripple-effect/issues"
},
"homepage": "http://mladenplavsic.github.io/css-ripple-effect/"
}