mirror of
https://github.com/archtechx/alpine-reactive.git
synced 2025-12-12 16:34:03 +00:00
23 lines
565 B
JSON
23 lines
565 B
JSON
{
|
|
"name": "@archtechx/alpine-reactive",
|
|
"version": "0.1.0",
|
|
"description": "Reactivity layer for Alpine 2.x",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"src/index.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archtechx/alpine-reactive.git"
|
|
},
|
|
"keywords": [
|
|
"alpine.js",
|
|
"reactivity"
|
|
],
|
|
"author": "Samuel Štancl <samuel@archte.ch>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/archtechx/alpine-reactive/issues"
|
|
},
|
|
"homepage": "https://github.com/archtechx/alpine-reactive#readme"
|
|
}
|