1
0
Fork 0
mirror of https://github.com/archtechx/alpine-reactive.git synced 2025-12-12 08:24:03 +00:00
alpine-reactive/package.json
Samuel Štancl fa09e2822f package name
2021-05-17 11:56:41 +02:00

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"
}