wabi
Version:
Small yet an efficient JavaScript library for building UI with data binding.
25 lines • 656 B
JSON
{
"name": "wabi",
"version": "0.11.5",
"description": "Small yet an efficient JavaScript library for building UI with data binding.",
"author": "Arturs Šefers <arthur.der.shefer@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/tenjou/wabi"
},
"main": "index.js",
"scripts": {
"build": "npm run build:default & npm run build:uglify",
"build:default": "build-replica -i ./index.js --concat build/wabi.js",
"build:uglify": "build-replica -i ./index.js --concat build/wabi.min.js --uglify"
},
"keywords": [
"ui",
"interface",
"binding",
"html",
"dom",
"ux"
],
"license": "MIT"
}