1
0
Fork 0
mirror of https://github.com/archtechx/alpine-reactive.git synced 2025-12-12 08:24:03 +00:00

initial commit

This commit is contained in:
Samuel Štancl 2021-05-16 22:09:25 +02:00
commit f0834bcfdb
4 changed files with 244 additions and 0 deletions

23
package.json Normal file
View file

@ -0,0 +1,23 @@
{
"name": "alpine-reactive",
"version": "0.1.0",
"description": "Reactivity layer for Alpine 2.x",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}