waw-dev
Version:
[waw](https://webart.work) is the open-source web, mobile and desktop app development framework that makes it easy to build top quality web apps with web technologies.
30 lines (29 loc) • 517 B
JSON
{
"name": "waw-dev",
"keywords": [
"framework",
"waw"
],
"version": "1.1.0",
"license": "MIT",
"repository": "WebArtWork/waw",
"author": {
"name": "Honchar Denys",
"email": "crackeraki@gmail.com",
"url": "https://github.com/CrackerakiUA"
},
"contributors": [],
"engines": {
"node": ">=12.0.0"
},
"main": "./index.js",
"bin": {
"waw": "index.js"
},
"preferGlobal": "true",
"dependencies": {
"gitty": "^3.7.1",
"nodemon": "^2.0.2",
"npmi": "^4.0.0"
}
}