UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

44 lines (43 loc) 966 B
{ "name": "@lionrockjs/central", "version": "0.0.44", "description": "Node.js MVC framework inspire from PHP Kohana Framework", "main": "index.js", "type": "module", "scripts": { "test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --coverage" }, "jest": { "verbose": true, "transform": {}, "testMatch": [ "**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)", "**/?(*.)+(spec|test).mjs" ], "moduleFileExtensions": [ "js", "jsx", "mjs" ] }, "repository": { "type": "git", "url": "git+https://github.com/LionRockJS/central.git" }, "keywords": [ "LionRock", "mvc", "kohanajs", "kohana" ], "author": "Kojin Nakana", "license": "MIT", "bugs": { "url": "https://github.com/LionRockJS/central/issues" }, "homepage": "https://github.com/LionRockJS/central#readme", "dependencies": { "mime": "^4.0.6" } }