Files
2023-03-21 17:54:33 +01:00

27 lines
554 B
JSON

{
"name": "Grained",
"main": "grained.js",
"version": "0.0.1",
"homepage": "https://github.com/sarathsaleem/grained",
"authors": [
"Sarath Saleem <https://github.com/sarathsaleem>"
],
"description": "Add animated grain noise texture effect to your web content",
"keywords": [
"texture",
"grained",
"grain-effect",
"noise",
"noise-effect",
"generate-texture"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}