jglitch
Version:
Glitch effects
27 lines (26 loc) • 542 B
JSON
{
"name": "jglitch",
"version": "0.2.1",
"description": "Glitch effects",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/julesgraus/jglitch.git"
},
"keywords": [
"Glitch",
"effects"
],
"author": "Jules Graus",
"license": "ISC",
"bugs": {
"url": "https://github.com/julesgraus/jglitch/issues"
},
"homepage": "https://github.com/julesgraus/jglitch#readme",
"dependencies": {
"vue": "^3.2.26"
},
"devDependencies": {
"typescript": "^4.5.4"
}
}