mvdom
Version:
deprecated - Moved to dom-native package
47 lines (46 loc) • 1.31 kB
JSON
{
"name": "mvdom",
"version": "0.9.10",
"description": "deprecated - Moved to dom-native package",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git://github.com/mvdom/mvdom.git"
},
"keywords": [
"html5",
"DOM",
"DOM Centric",
"Patterns",
"html",
"framework",
"mvc",
"web-framework",
"handlebars"
],
"dependencies": {},
"devDependencies": {
"chokidar": "^3.4.0",
"cmdrouter": "^0.3.1",
"fs-extra-plus": "^0.5.11",
"rollup": "^2.10.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.27.1",
"terser": "^4.6.13",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},
"files": [
"src/",
"dist/"
],
"scripts": {
"prepare": "rm -Rf ./dist && ./node_modules/.bin/tsc",
"test": "echo \"Start server here, and test via browser http://localhost:8888/test \" && exit 0",
"build": "TS_NODE_FILES=true ./node_modules/.bin/ts-node --project scripts/tsconfig.json scripts/src/cmds.ts build",
"watch": "TS_NODE_FILES=true ./node_modules/.bin/ts-node --project scripts/tsconfig.json scripts/src/cmds.ts watch"
},
"author": "Jeremy Chone <jeremy.chone@gmail.com> (http://jeremychone.com)",
"license": "MIT"
}