wyser
Version:
JavaScript SPA (Single Page Application) Framework
35 lines (34 loc) • 787 B
JSON
{
"name": "wyser",
"version": "1.0.1",
"description": "JavaScript SPA (Single Page Application) Framework",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielphala/wyser.git"
},
"keywords": [
"Framework",
"JS",
"SPA",
"JavaScript",
"Single-Page-Application"
],
"author": "Phala M.N.G",
"license": "ISC",
"bugs": {
"url": "https://github.com/gabrielphala/wyser/issues"
},
"homepage": "https://github.com/gabrielphala/wyser#readme",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}