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:
commit
f0834bcfdb
4 changed files with 244 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue