vee-dom
Version:
Small and easy to use virtual dom library
25 lines (24 loc) • 476 B
JSON
{
"name": "vee-dom",
"version": "0.0.1",
"description": "Small and easy to use virtual dom library",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"vee",
"dom",
"virtual",
"html",
"js",
"javascript"
],
"author": "Tamas Ruszka <ruszka.tamas@gmail.com> (https://github.com/Wh1teRabbitHU)",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^4.17.0",
"gulp": "^4.0.0",
"mocha": "^5.0.1"
}
}