UNPKG

yox

Version:

A lightweight mvvm framework

46 lines (45 loc) 1.03 kB
{ "name": "yox", "version": "1.0.0-alpha.408", "description": "A lightweight mvvm framework", "main": "dist/standard/dev/yox.js", "module": "dist/standard/dev/yox.esm.js", "jsnext:main": "dist/standard/dev/yox.esm.js", "types": "dist/yox.d.ts", "directories": { "example": "example", "test": "test" }, "scripts": { "tsc": "tsc", "doc": "docsify serve docs" }, "repository": { "type": "git", "url": "git+https://github.com/yoxjs/yox.git" }, "keywords": [ "easy", "simple", "lightweight", "mvvm", "ts", "ie" ], "author": "musicode", "license": "MIT", "bugs": { "url": "https://github.com/yoxjs/yox/issues" }, "homepage": "https://github.com/yoxjs/yox#readme", "devDependencies": { "yox-common": "^0.20.0", "yox-config": "^0.3.0", "yox-dom": "^0.2.0", "yox-expression-compiler": "^0.18.0", "yox-observer": "^0.19.0", "yox-snabbdom": "^0.21.0", "yox-template-compiler": "^0.29.0", "yox-type": "^0.2.0" } }