blots
Version:
Simple SPA base configuration with Page.js, Mustache.js and Jquery.
36 lines (35 loc) • 736 B
JSON
{
"name": "blots",
"version": "1.1.4",
"description": "Simple SPA base configuration with Page.js, Mustache.js and Jquery.",
"main": "blots.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devvime/blots.git"
},
"keywords": [
"SPA",
"page",
"mustache",
"jquery",
"routes",
"components",
"simple",
"view",
"viewEngine"
],
"author": "devvime",
"license": "MIT",
"bugs": {
"url": "https://github.com/devvime/blots/issues"
},
"homepage": "https://github.com/devvime/blots#readme",
"dependencies": {
"jquery": "^3.6.2",
"mustache": "^4.2.0",
"page": "^1.11.6"
}
}