rahisi
Version:
UI library for prototyping ideas for reactive programming.
34 lines (33 loc) • 758 B
JSON
{
"name": "rahisi",
"version": "1.1.32",
"description": "UI library for prototyping ideas for reactive programming.",
"main": "dist/forTyping.js",
"typings": "dist/forTyping.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"UI",
"Reactive",
"FRP"
],
"author": "Muigai Mwaura",
"license": "ISC",
"devDependencies": {
"typescript": "^3.0.1"
},
"dependencies": {
"csstype": "^2.5.6",
"rahisi-type-utils": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Muigai/rahisi.git"
},
"bugs": {
"url": "https://github.com/Muigai/rahisi/issues"
},
"homepage": "https://github.com/Muigai/rahisi#readme"
}