29 lines
644 B
JSON
29 lines
644 B
JSON
{
|
|
"name": "@saqut/wirejs",
|
|
"version": "0.1.0",
|
|
"type": "commonjs",
|
|
"private": false,
|
|
"description": "Dont use variable, use smart variable wires !",
|
|
"main": "wire.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.saqut.com/saqut/wirejs.git"
|
|
},
|
|
"keywords": [
|
|
"state",
|
|
"immutable",
|
|
"live",
|
|
"toolkit",
|
|
"middleware",
|
|
"structural",
|
|
"variable"
|
|
],
|
|
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr",
|
|
"license": "MIT",
|
|
"markdown": "github",
|
|
"homepage": "https://git.saqut.com/saqut/wirejs"
|
|
}
|