@lionrockjs/mvc
Version:
Controller and View module for LionRockJS
41 lines (40 loc) • 900 B
JSON
{
"name": "@lionrockjs/mvc",
"version": "0.0.9",
"description": "Controller and View module for LionRockJS",
"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/mvc.git"
},
"keywords": [
"LionRock",
"MVC",
"Controller",
"ControllerMixin"
],
"author": "Kojin Nakana",
"license": "MIT",
"bugs": {
"url": "https://github.com/LionRockJS/mvc/issues"
},
"homepage": "https://github.com/LionRockJS/mvc#readme"
}