mirror of
https://github.com/AtHeartEngineer/Animated_Background.git
synced 2026-01-10 00:37:54 -05:00
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"name": "animated-background",
|
|
"collaborators": [
|
|
"AtHeartEngineer"
|
|
],
|
|
"description": "A simple animated background for your website",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/AtHeartEngineer/animated_background"
|
|
},
|
|
"files": [
|
|
"index_bg.wasm",
|
|
"index.js",
|
|
"index_bg.js",
|
|
"index.d.ts"
|
|
],
|
|
"module": "index.js",
|
|
"types": "index.d.ts",
|
|
"sideEffects": [
|
|
"./index.js",
|
|
"./snippets/*"
|
|
]
|
|
} |