nova-frontend
Version:
Nova is an alternative to all those gigantic front-end frameworks, that often do more than is necessary when it comes to building simple UIs. Pure Vanilla Javascript is performance-wise the best way to build your front-end in a SPA, but it can be hard to
37 lines • 1.28 kB
JSON
{
"name": "nova-frontend",
"version": "0.6.28",
"description": "Nova is an alternative to all those gigantic front-end frameworks, that often do more than is necessary when it comes to building simple UIs. Pure Vanilla Javascript is performance-wise the best way to build your front-end in a SPA, but it can be hard to organize it properly and as the project grows, it might end up very messy. This is where Nova comes in, being a lightweight library packed with functionality for creating and structuring UIs more easily.",
"main": "nova.js",
"scripts": {
"start": "node server.js",
"build": "node ./nova-builder",
"test": "node server.js && node test/app.test.js",
"docs": "node docConfig.js"
},
"keywords": [
"frontend",
"SPA",
"MPA",
"performance",
"library"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cajmorgan/nova-frontend.git"
},
"author": "Caj Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/cajmorgan/nova-frontend/issues"
},
"homepage": "https://github.com/cajmorgan/nova-frontend#readme",
"devDependencies": {
"express": "^4.17.3",
"jsdoc-to-markdown": "^7.1.0"
},
"dependencies": {
"clean-css": "^5.2.4",
"terser": "^5.12.0"
}
}