Skip to main content
Module

x/tag/package.json

A tiny functionally declarative reactive web programming kernel
Go to Latest
File
{ "name": "@tlp/tag", "version": "0.1.0", "description": "Write complex JavaScript applications without complexity.", "main": "src/tag.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "make" }, "repository": { "type": "git", "url": "git@git.thelanding.page:tlp/tag.git" }, "author": "Tyler Childs <email@tychi.me>", "license": "MIT", "dependencies": { }, "devDependencies": { }}