UNPKG

shark-mvc

Version:

Shark-MVC is a small MVC framework born to make our small JS apps easier to build.

40 lines (39 loc) 1.05 kB
{ "name": "shark-mvc", "version": "0.4.2-alpha.61", "description": "Shark-MVC is a small MVC framework born to make our small JS apps easier to build.", "main": "dist/shark-mvc.js", "scripts": { "build": "webpack --env.production --mode production --output ./dist/shark-mvc.min.js", "docs": "jsdoc -c jsDoc_conf-mvc.json", "start": "webpack --mode development --progress --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Shark", "project Shark", "MVC", "framework" ], "author": "LineaContinua", "license": "ISC", "repository": { "type": "git", "url": "https://LineaContinua@bitbucket.org/lineacontinua-team/shark-main.git" }, "devDependencies": { "jsdoc": "^3.6.4", "uuid": "^8.3.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.12" }, "dependencies": { "html2hscript": "^2.0.1", "jquery": "^3.5.1", "moment": "^2.27.0", "mustache": "^3.2.1", "preact": "^10.5.13", "preact-html-converter": "^0.4.2", "virtual-dom": "^2.1.1" } }