forked from virtyaluk/paper-ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.04 KB
/
bower.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
{
"name": "paper-ripple",
"version": "0.3.0",
"description": "Material Design Ripple effect in pure JS & CSS. PaperRipple lets you add a Material Design ripple effect to UI elements.",
"main": [
"dist/PaperRipple.js",
"dist/paper-ripple.min.css"
],
"authors": [
"virtyaluk <[email protected]> (http://modern-dev.com/)"
],
"license": "MIT",
"keywords": [
"paper",
"paper",
"ui",
"paper",
"ripple",
"material",
"design",
"polymer",
"material",
"design",
"lite",
"mdl"
],
"homepage": "https://github.com/virtyaluk/paper-ripple",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"ignore": [
"**/.*",
".idea/",
"node_modules/",
"bower_components/",
"test/",
".codeclimate.yml",
".eslintrc",
".npmignore",
".travis.yml",
"media/",
"docs/",
"examples/"
]
}