webuis-js
Version:
Webui-js is a powerful and super useful web development library for browser.
31 lines (30 loc) • 684 B
JSON
{
"name": "webuis-js",
"version": "1.0.0",
"description": "Webui-js is a powerful and super useful web development library for browser.",
"main": "./lib/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn run webpack",
"start": "yarn run webpack -w"
},
"repository": {
"type": "git",
"url": "***"
},
"keywords": [
"web",
"uis",
"js",
"webuis",
"webuis-js"
],
"devDependencies": {
"babel-loader": "^8.0.6",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"author": "js",
"license": "ISC"
}