12345678910111213141516171819202122 |
- {
- "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"
- ]
- }
|