houdini-noise
Version:
CSS Houdini PaintWorklet for background noise
40 lines (39 loc) • 935 B
JSON
{
"name": "houdini-noise",
"version": "0.0.5",
"description": "CSS Houdini PaintWorklet for background noise",
"main": "dist/worklet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/houdini-noise.git"
},
"files": [
"dist/*",
"README.md"
],
"keywords": [
"CSS",
"Houdini",
"Worklet",
"PaintWorklet"
],
"author": "Jhey Tompkins <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/houdini-noise/issues"
},
"homepage": "https://github.com/jh3y/houdini-noise#readme",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"autoprefixer": "^10.1.0",
"browser-sync": "^2.26.13",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.1",
"pug-cli": "^1.0.0-alpha6",
"stylus": "^0.54.8"
}
}