UNPKG

moy-dom

Version:

A flexiable Virtual DOM library for building modern web interface.

36 lines (35 loc) 1 kB
{ "name": "moy-dom", "version": "1.1.3", "author": "murakami", "main": "dist/moy-dom.common.js", "module": "dist/moy-dom.esm.js", "description": "A flexiable Virtual DOM library for building modern web interface.", "keywords": [ "Virtual DOM", "diff" ], "repository": { "type": "git", "url": "git+https://github.com/MurakamiKennzo/moy-dom.git" }, "scripts": { "test": "cross-env NODE_ENV=development jest", "build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js" }, "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^22.4.4", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "cross-env": "^5.2.0", "jest": "^22.4.4", "rollup": "^0.60.7", "rollup-plugin-babel": "^3.0.4", "rollup-plugin-replace": "^2.0.0", "rollup-plugin-uglify": "^4.0.0", "uglify-es": "^3.3.9" }, "license": "MIT" }