23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "Waves",
|
|
"version": "0.6.6",
|
|
"homepage": "http://fian.my.id/Waves",
|
|
"authors": [
|
|
"Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
|
|
],
|
|
"description": "Click effect inspired by Google's Material Design",
|
|
"main": ["dist/waves.min.js", "dist/waves.min.css"],
|
|
"keywords": [
|
|
"click",
|
|
"material-design"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|